diff options
Diffstat (limited to 'tests/reject/t99bott.nim')
-rwxr-xr-x | tests/reject/t99bott.nim | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/tests/reject/t99bott.nim b/tests/reject/t99bott.nim index 4dfb11701..b514b49d9 100755 --- a/tests/reject/t99bott.nim +++ b/tests/reject/t99bott.nim @@ -1,3 +1,8 @@ +discard """ + file: "t99bott.nim" + line: 25 + errormsg: "constant expression expected" +""" ## 99 Bottles of Beer ## http://www.99-bottles-of-beer.net/ ## Nimrod version @@ -26,3 +31,5 @@ echo "No more bottles of beer on the wall, no more bottles of beer." echo "Go to the store and buy some more, 99 bottles of beer on the wall." + + |