*** empty log message ***

This commit is contained in:
2007-03-04 06:40:27 +00:00
parent b9931446a4
commit b849086f18
14 changed files with 42 additions and 7 deletions

8
ase/test/awk/err-003.out Normal file
View File

@ -0,0 +1,8 @@
global abc;
BEGIN {
abc[20] = "abc";
abc = 10;
}
RUN ERROR: CODE [91] LINE [5] map 'abc' not assignable with a scalar