テストがトップから実行できなくなっていたので、実行できるよう修正
[YACASL2.git] / test / system / casl2 / err_109 / detail.log
1 == test.log ==
2 ----------------------------------------------------------------------
3 err_109: Test Success 2010-12-14 01:13:11
4 Detail in /home/kazubito/2010_12/yacasl2/test/system/casl2/err_109/detail.log
5 ----------------------------------------------------------------------
6
7 == cmd ==
8 ----------------------------------------------------------------------
9 cat ../../../../as/err/err_109.casl
10 ../../../../casl2 ../../../../as/err/err_109.casl
11 ----------------------------------------------------------------------
12
13 == 0.txt ==
14 ----------------------------------------------------------------------
15 MAIN    START
16         ST      GR1,GR2
17         RET
18         END
19 Assemble error - 109: ST: not command of operand "r1,r2"
20 ../../../../as/err/err_109.casl:    2:        ST      GR1,GR2
21 ----------------------------------------------------------------------
22
23 == err.txt ==
24 ----------------------------------------------------------------------
25 Assemble error - 109: ST: not command of operand "r1,r2"
26 ../../../../as/err/err_109.casl:    2:        ST      GR1,GR2
27 ----------------------------------------------------------------------
28
29 == 1.txt ==
30 ----------------------------------------------------------------------
31 MAIN    START
32         ST      GR1,GR2
33         RET
34         END
35 Assemble error - 109: ST: not command of operand "r1,r2"
36 ../../../../as/err/err_109.casl:    2:        ST      GR1,GR2
37 ----------------------------------------------------------------------
38