summaryrefslogtreecommitdiff
path: root/test/files/run/t2886.check
diff options
context:
space:
mode:
Diffstat (limited to 'test/files/run/t2886.check')
-rw-r--r--test/files/run/t2886.check4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/files/run/t2886.check b/test/files/run/t2886.check
index a70f9935ed..61e36948bd 100644
--- a/test/files/run/t2886.check
+++ b/test/files/run/t2886.check
@@ -1,5 +1,5 @@
((x: Predef.String) => {
- val x$1 = x;
- val x$2 = x;
+ <artifact> val x$1 = x;
+ <artifact> val x$2 = x;
Test.this.test(x$2, x$1)
})