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 8ed54a14bb..5faa365bce 100644
--- a/test/files/run/t5225_2.check
+++ b/test/files/run/t5225_2.check
@@ -1,4 +1,4 @@
{
- def foo(@new cloneable() x: Int) = "";
+ def foo(@new `package`.cloneable() x: Int) = "";
()
}