統合テストに、最新版Autotest.mkを反映
[YACASL2.git] / test / system / casl2 / err_125 / detail.log
diff --git a/test/system/casl2/err_125/detail.log b/test/system/casl2/err_125/detail.log
new file mode 100644 (file)
index 0000000..aa788fb
--- /dev/null
@@ -0,0 +1,40 @@
+== test.log ==
+----------------------------------------------------------------------
+err_125: Test Success 2010-12-13 18:44:37
+Detail in /home/kazubito/2010_12/yacasl2/test/system/casl2/err_125/detail.log
+----------------------------------------------------------------------
+
+== cmd ==
+----------------------------------------------------------------------
+cat ../../../../as/err/err_125.casl
+../../../../casl2 ../../../../as/err/err_125.casl
+----------------------------------------------------------------------
+
+== 0.txt ==
+----------------------------------------------------------------------
+MAIN    START
+        LD      GR1,A,1
+        RET
+A       DC      0,1
+        END
+Assemble error - 125: LD: not GR in operand x
+../../../../as/err/err_125.casl:    2:        LD      GR1,A,1
+----------------------------------------------------------------------
+
+== err.txt ==
+----------------------------------------------------------------------
+Assemble error - 125: LD: not GR in operand x
+../../../../as/err/err_125.casl:    2:        LD      GR1,A,1
+----------------------------------------------------------------------
+
+== 1.txt ==
+----------------------------------------------------------------------
+MAIN    START
+        LD      GR1,A,1
+        RET
+A       DC      0,1
+        END
+Assemble error - 125: LD: not GR in operand x
+../../../../as/err/err_125.casl:    2:        LD      GR1,A,1
+----------------------------------------------------------------------
+