summary refs log tree commit diff stats
path: root/tests/tenum.nim
diff options
context:
space:
mode:
Diffstat (limited to 'tests/tenum.nim')
-rwxr-xr-xtests/tenum.nim8
1 files changed, 0 insertions, 8 deletions
diff --git a/tests/tenum.nim b/tests/tenum.nim
deleted file mode 100755
index 6e53b9c08..000000000
--- a/tests/tenum.nim
+++ /dev/null
@@ -1,8 +0,0 @@
-# Test enums

-

-type

-  E = enum a, b, c, x, y, z

-

-var

-  en: E

-en = a