aboutsummaryrefslogtreecommitdiff
path: root/tests/disabled/macro/run/reify_newimpl_11.check
diff options
context:
space:
mode:
Diffstat (limited to 'tests/disabled/macro/run/reify_newimpl_11.check')
-rw-r--r--tests/disabled/macro/run/reify_newimpl_11.check4
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/disabled/macro/run/reify_newimpl_11.check b/tests/disabled/macro/run/reify_newimpl_11.check
new file mode 100644
index 000000000..c019c6db2
--- /dev/null
+++ b/tests/disabled/macro/run/reify_newimpl_11.check
@@ -0,0 +1,4 @@
+scala.tools.reflect.ToolBoxError: reflective toolbox failed due to unresolved free type variables:
+ T defined by C in reify_newimpl_11.scala:6: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