summary refs log tree commit diff stats
path: root/tests/accept/run/tbug499771.nim
diff options
context:
space:
mode:
Diffstat (limited to 'tests/accept/run/tbug499771.nim')
-rwxr-xr-xtests/accept/run/tbug499771.nim6
1 files changed, 0 insertions, 6 deletions
diff --git a/tests/accept/run/tbug499771.nim b/tests/accept/run/tbug499771.nim
deleted file mode 100755
index 1b141adac..000000000
--- a/tests/accept/run/tbug499771.nim
+++ /dev/null
@@ -1,6 +0,0 @@
-type TSubRange = range[1 .. 10]
-var sr: TSubRange = 5
-echo("TSubRange: " & $sr & " from " & $low(TSubRange) & " to " & 
-     $high(TSubRange))
-
-