make valgrind対応のため、テストを更新
[YACASL2.git] / test / system / casl2_smoke / hello / 0.txt
index 384470e..b53f2dc 100644 (file)
@@ -1,9 +1,3 @@
-MAIN    START
-        OUT     OBUF,LEN
-        RET
-OBUF    DC      'Hello, World!'
-LEN     DC      13
-        END
 
 Assemble ../../../../as/sample/hello.casl (0)
 ../../../../as/sample/hello.casl:    1:MAIN    START