summaryrefslogtreecommitdiff
path: root/test/files/run/t5225_2.check
diff options
context:
space:
mode:
Diffstat (limited to 'test/files/run/t5225_2.check')
-rw-r--r--test/files/run/t5225_2.check2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/files/run/t5225_2.check b/test/files/run/t5225_2.check
index 5faa365bce..477ea4eb6d 100644
--- a/test/files/run/t5225_2.check
+++ b/test/files/run/t5225_2.check
@@ -1,4 +1,4 @@
{
- def foo(@new `package`.cloneable() x: Int) = "";
+ def foo(@new elidable(0) x: Int) = "";
()
}