summary refs log tree commit diff stats
path: root/tests/constr/t18990.nim
diff options
context:
space:
mode:
Diffstat (limited to 'tests/constr/t18990.nim')
-rw-r--r--tests/constr/t18990.nim3
1 files changed, 0 insertions, 3 deletions
diff --git a/tests/constr/t18990.nim b/tests/constr/t18990.nim
deleted file mode 100644
index 2f60f3c2c..000000000
--- a/tests/constr/t18990.nim
+++ /dev/null
@@ -1,3 +0,0 @@
-import a, b
-discard A(1f, 1f) # works
-proc x(b = A(1f, 1f)) = discard # doesn't work
\ No newline at end of file