テストがトップから実行できなくなっていたので、実行できるよう修正
[YACASL2.git] / test / system / casl2 / err_101 / detail.log
1 == test.log ==
2 ----------------------------------------------------------------------
3 err_101: Test Success 2010-12-14 01:13:06
4 Detail in /home/kazubito/2010_12/yacasl2/test/system/casl2/err_101/detail.log
5 ----------------------------------------------------------------------
6
7 == cmd ==
8 ----------------------------------------------------------------------
9 cat ../../../../as/err/err_101.casl
10 ../../../../casl2 ../../../../as/err/err_101.casl
11 ----------------------------------------------------------------------
12
13 == 0.txt ==
14 ----------------------------------------------------------------------
15 MAIN    START   BEGIN
16 BEGIN   LD      GR1,A
17         ADDA    GR1,B
18         RET
19 A       DC      3
20 A       DC      1
21         END
22 Assemble error - 101: A: label already defined
23 ../../../../as/err/err_101.casl:    6:A       DC      1
24 ----------------------------------------------------------------------
25
26 == err.txt ==
27 ----------------------------------------------------------------------
28 Assemble error - 101: A: label already defined
29 ../../../../as/err/err_101.casl:    6:A       DC      1
30 ----------------------------------------------------------------------
31
32 == 1.txt ==
33 ----------------------------------------------------------------------
34 MAIN    START   BEGIN
35 BEGIN   LD      GR1,A
36         ADDA    GR1,B
37         RET
38 A       DC      3
39 A       DC      1
40         END
41 Assemble error - 101: A: label already defined
42 ../../../../as/err/err_101.casl:    6:A       DC      1
43 ----------------------------------------------------------------------
44