summary refs log tree commit diff stats
path: root/tests/reject/tatomic.nim
diff options
context:
space:
mode:
Diffstat (limited to 'tests/reject/tatomic.nim')
-rwxr-xr-xtests/reject/tatomic.nim5
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
-