diff options
author | Araq <rumpf_a@web.de> | 2011-06-28 01:31:53 +0200 |
---|---|---|
committer | Araq <rumpf_a@web.de> | 2011-06-28 01:31:53 +0200 |
commit | 5c94a9e1aea4a25fd9909adf464d9edf3b7ac526 (patch) | |
tree | f8b51a7fe867299df37e0a3cc925e2c3c8866747 /tests/reject/tatomic.nim | |
parent | 3091bc4958a32065b90895c83c6393b9129e0366 (diff) | |
download | Nim-5c94a9e1aea4a25fd9909adf464d9edf3b7ac526.tar.gz |
tests are green again
Diffstat (limited to 'tests/reject/tatomic.nim')
-rwxr-xr-x | tests/reject/tatomic.nim | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/reject/tatomic.nim b/tests/reject/tatomic.nim index bc119c3b3..1fa0cff8d 100755 --- a/tests/reject/tatomic.nim +++ b/tests/reject/tatomic.nim @@ -1,7 +1,7 @@ discard """ file: "tatomic.nim" line: 7 - errormsg: "identifier expected, but found \'atomic\'" + errormsg: "identifier expected, but found 'keyword atomic'" """ var atomic: int |