summaryrefslogtreecommitdiff
path: root/test/files/run/constructors.check
diff options
context:
space:
mode:
Diffstat (limited to 'test/files/run/constructors.check')
-rw-r--r--test/files/run/constructors.check5
1 files changed, 0 insertions, 5 deletions
diff --git a/test/files/run/constructors.check b/test/files/run/constructors.check
deleted file mode 100644
index 0743b7e296..0000000000
--- a/test/files/run/constructors.check
+++ /dev/null
@@ -1,5 +0,0 @@
-x=1 y=2
-x=3 y=3
-x=1 y=1
-x=1 y=2 a=1 b=2 c=a
-x=3 y=3 a=3 b=3 c=b