summaryrefslogtreecommitdiff
path: root/test/files/run/reify_newimpl_30.check
diff options
context:
space:
mode:
Diffstat (limited to 'test/files/run/reify_newimpl_30.check')
-rw-r--r--test/files/run/reify_newimpl_30.check5
1 files changed, 4 insertions, 1 deletions
diff --git a/test/files/run/reify_newimpl_30.check b/test/files/run/reify_newimpl_30.check
index c23af69b08..7557c750a6 100644
--- a/test/files/run/reify_newimpl_30.check
+++ b/test/files/run/reify_newimpl_30.check
@@ -1 +1,4 @@
-List(2)
+reflective toolbox failed due to unresolved free type variables:
+ C defined by <local Test> in reify_newimpl_30.scala:7:11
+have you forgotten to use TypeTag annotations for type parameters external to a reifee?
+if you have troubles tracking free type variables, consider using -Xlog-free-types