Test: Internal testing, updated the messages

This commit is contained in:
Daniel Marjamäki 2007-05-16 17:16:57 +00:00
parent 8a3b14aeec
commit b3ecc3f17c
4 changed files with 34 additions and 29 deletions

View File

@ -1,6 +1,6 @@
{ 4 : {
assign a 5 : assign a
assign b[2] 6 : assign b[2]
assign c[4][5].min 7 : assign c[4][5].min
assign d.min 8 : assign d.min
} 9 : }

View File

@ -1,11 +1,14 @@
{ 4 : {
decl a 5 : decl a
decl b 6 : decl b
decl c 6 : decl c
decl d 6 : decl d
assign b 6 : assign b
assign d 6 : assign d
decl e 6 : use NULL
assign e 7 : decl e
decl str 7 : assign e
} 7 : use p1
7 : use p2
8 : decl str
9 : }

View File

@ -1,5 +1,7 @@
{ 4 : {
new[] a 5 : new[] a
new fred 5 : use char[10]
new fred 6 : new fred
} 6 : use Fred
7 : new fred
8 : }

View File

@ -1,7 +1,7 @@
{ 3 : {
assign a 4 : assign a
use b 4 : use b
assign c 5 : assign c
use d 5 : use d
use e 5 : use e
} 6 : }