summaryrefslogtreecommitdiff
path: root/test/files/run/t7185.check
diff options
context:
space:
mode:
Diffstat (limited to 'test/files/run/t7185.check')
-rw-r--r--test/files/run/t7185.check4
1 files changed, 3 insertions, 1 deletions
diff --git a/test/files/run/t7185.check b/test/files/run/t7185.check
index 2b4adf36b4..ebf85b731f 100644
--- a/test/files/run/t7185.check
+++ b/test/files/run/t7185.check
@@ -24,7 +24,9 @@ tree: reflect.runtime.universe.Apply =
scala> {val tb = reflect.runtime.currentMirror.mkToolBox(); tb.typecheck(tree): Any}
res0: Any =
{
- $read.O.apply()
+ {
+ $read.O.apply()
+ }
}
scala>