aboutsummaryrefslogtreecommitdiff
path: root/test/hello.qbe
diff options
context:
space:
mode:
Diffstat (limited to 'test/hello.qbe')
-rw-r--r--test/hello.qbe3
1 files changed, 1 insertions, 2 deletions
diff --git a/test/hello.qbe b/test/hello.qbe
index 1826315..9104b75 100644
--- a/test/hello.qbe
+++ b/test/hello.qbe
@@ -3,7 +3,6 @@ export
function w $main() {
@start.1
@body.2
- %.1 =l copy $.Lstring.2
- %.2 =w call $puts(l %.1)
+ %.1 =w call $puts(l $.Lstring.2)
ret 0
}