summary refs log tree commit diff stats
path: root/tests/tuples/tuint_tuple.nim
diff options
context:
space:
mode:
Diffstat (limited to 'tests/tuples/tuint_tuple.nim')
-rw-r--r--tests/tuples/tuint_tuple.nim10
1 files changed, 0 insertions, 10 deletions
diff --git a/tests/tuples/tuint_tuple.nim b/tests/tuples/tuint_tuple.nim
deleted file mode 100644
index 24bcead5e..000000000
--- a/tests/tuples/tuint_tuple.nim
+++ /dev/null
@@ -1,10 +0,0 @@
-# bug #1986 found by gdmoore
-
-proc test(): int64 =
-  return 0xdeadbeef.int64
-
-const items = [
-  (var1: test(), var2: 100'u32),
-  (var1: test(), var2: 192'u32)
-]
-