summaryrefslogtreecommitdiff
path: root/test/files/run/toolbox_typecheck_macrosdisabled2.check
diff options
context:
space:
mode:
authorJason Zaugg <jzaugg@gmail.com>2013-12-30 07:24:51 -0800
committerJason Zaugg <jzaugg@gmail.com>2013-12-30 07:24:51 -0800
commitfbbe7cc1773fad2b261f65b1381f94532d252f6f (patch)
tree7c79981852579c47a34c90704f90108bdf1adbc6 /test/files/run/toolbox_typecheck_macrosdisabled2.check
parent991cd1690380cda60a4416f43b8f31777eb1e640 (diff)
parentbce97058c4733f4c7bfac473db6bf378942900b8 (diff)
downloadscala-fbbe7cc1773fad2b261f65b1381f94532d252f6f.tar.gz
scala-fbbe7cc1773fad2b261f65b1381f94532d252f6f.tar.bz2
scala-fbbe7cc1773fad2b261f65b1381f94532d252f6f.zip
Merge pull request #3288 from xeno-by/topic/f-interpolator
makes boxity of fast track macros configurable
Diffstat (limited to 'test/files/run/toolbox_typecheck_macrosdisabled2.check')
-rw-r--r--test/files/run/toolbox_typecheck_macrosdisabled2.check4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/files/run/toolbox_typecheck_macrosdisabled2.check b/test/files/run/toolbox_typecheck_macrosdisabled2.check
index 9810946024..8e554a6c8f 100644
--- a/test/files/run/toolbox_typecheck_macrosdisabled2.check
+++ b/test/files/run/toolbox_typecheck_macrosdisabled2.check
@@ -1,4 +1,4 @@
-{
+({
val $u: ru.type = ru;
val $m: $u.Mirror = ru.runtimeMirror({
final class $anon extends scala.AnyRef {
@@ -37,5 +37,5 @@
};
new $typecreator2()
}))
-}
+}: ru.Expr[Array[Int]])
ru.reify[Array[Int]](scala.Array.apply(2))