diff options
author | Andreas Rumpf <rumpf_a@web.de> | 2010-03-03 16:58:33 +0100 |
---|---|---|
committer | Andreas Rumpf <rumpf_a@web.de> | 2010-03-03 16:58:33 +0100 |
commit | 048811b2be4ac05415e0ef67777dfd297f7be4d6 (patch) | |
tree | 474ac42ceafbeee6a428c4ef35dd45fc9f217472 /tests/reject | |
parent | 6c08ba8290d8ddebbbf3b327401a6e3087c07188 (diff) | |
download | Nim-048811b2be4ac05415e0ef67777dfd297f7be4d6.tar.gz |
fixed graphics module
Diffstat (limited to 'tests/reject')
-rwxr-xr-x | tests/reject/spec.csv | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/reject/spec.csv b/tests/reject/spec.csv index bd42fe4a8..6d0f23006 100755 --- a/tests/reject/spec.csv +++ b/tests/reject/spec.csv @@ -1,6 +1,7 @@ t99bott.nim;20;constant expression expected tadrdisc.nim;15;for a 'var' type a variable needs to be passed tambsym.nim;6;ambiguous identifier +tambsym2.nim;4;undeclared identifier: 'CreateRGBSurface' tambsym3.nim;6;ambiguous identifier tbind2.nim;7;ambiguous call tbind4.nim;4;instantiation from here |