diff options
Diffstat (limited to 'tests/reject/tatomic.nim')
-rwxr-xr-x | tests/reject/tatomic.nim | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/tests/reject/tatomic.nim b/tests/reject/tatomic.nim deleted file mode 100755 index 0f1b8125d..000000000 --- a/tests/reject/tatomic.nim +++ /dev/null @@ -1,5 +0,0 @@ -var - atomic: int - -echo atomic - |