aboutsummaryrefslogtreecommitdiff
path: root/tests/run/t6355.check
diff options
context:
space:
mode:
authorNicolas Stucki <nicolas.stucki@gmail.com>2016-08-26 11:20:56 +0200
committerNicolas Stucki <nicolas.stucki@gmail.com>2016-09-05 13:47:52 +0200
commitf001eef2213bc5b1affde992aae7780c15d5fd44 (patch)
treed1ca2f6c9b632aa228f1383c7f7c306746b59daf /tests/run/t6355.check
parent390a44cdd0b3f43df0969368f62314d78a25c699 (diff)
downloaddotty-f001eef2213bc5b1affde992aae7780c15d5fd44.tar.gz
dotty-f001eef2213bc5b1affde992aae7780c15d5fd44.tar.bz2
dotty-f001eef2213bc5b1affde992aae7780c15d5fd44.zip
Enable scala.Dynamic pending/untried tests.
Diffstat (limited to 'tests/run/t6355.check')
-rw-r--r--tests/run/t6355.check2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/run/t6355.check b/tests/run/t6355.check
new file mode 100644
index 000000000..ce74ab38a
--- /dev/null
+++ b/tests/run/t6355.check
@@ -0,0 +1,2 @@
+bippy(x: Int) called with x = 42
+bippy(x: String) called with x = "42"