test aref-semcheck2.

git-svn-id: file:///Users/aamine/c/gitwork/public/cbc/trunk@4063 1b9489fe-b721-0410-924e-b54b9192deb8
This commit is contained in:
Minero Aoki 2008-09-27 20:28:31 +00:00
parent 046327bbae
commit 540c3c7fa3
1 changed files with 1 additions and 0 deletions

View File

@ -154,6 +154,7 @@ test_18_array() {
fi
assert_out "775;776;777;778;775;776;777;778;775;776;777;778;775;776;777;778;" ./ptrarray
assert_compile_error aref-semcheck.cb
assert_compile_error aref-semcheck2.cb
assert_compile_error array-semcheck1.cb
assert_compile_error array-semcheck2.cb
}