aboutsummaryrefslogtreecommitdiff
path: root/tests/disabled/macro/run/t2886.check
diff options
context:
space:
mode:
Diffstat (limited to 'tests/disabled/macro/run/t2886.check')
-rw-r--r--tests/disabled/macro/run/t2886.check5
1 files changed, 5 insertions, 0 deletions
diff --git a/tests/disabled/macro/run/t2886.check b/tests/disabled/macro/run/t2886.check
new file mode 100644
index 000000000..61e36948b
--- /dev/null
+++ b/tests/disabled/macro/run/t2886.check
@@ -0,0 +1,5 @@
+((x: Predef.String) => {
+ <artifact> val x$1 = x;
+ <artifact> val x$2 = x;
+ Test.this.test(x$2, x$1)
+})