summary refs log tree commit diff stats
diff options
context:
space:
mode:
-rw-r--r--tests/tenuminh.nim10
1 files changed, 0 insertions, 10 deletions
diff --git a/tests/tenuminh.nim b/tests/tenuminh.nim
deleted file mode 100644
index 02c71613b..000000000
--- a/tests/tenuminh.nim
+++ /dev/null
@@ -1,10 +0,0 @@
-type
-  TCardPts = enum
-    North, West, South, East
-
-  TCardPts2 = enum of TCardPts
-    N, W, S, E
-
-# If I do:
-var y = W
-echo($y & "=" & $ord(y)) #OUT W=5