summaryrefslogtreecommitdiff
path: root/test/files/neg/bug783.check
diff options
context:
space:
mode:
Diffstat (limited to 'test/files/neg/bug783.check')
-rw-r--r--test/files/neg/bug783.check6
1 files changed, 4 insertions, 2 deletions
diff --git a/test/files/neg/bug783.check b/test/files/neg/bug783.check
index a7f978ad06..19e3ead2a9 100644
--- a/test/files/neg/bug783.check
+++ b/test/files/neg/bug783.check
@@ -1,4 +1,6 @@
-bug783.scala:12: error: stable identifier required, but Contexts.this.globalInit0 found.
+bug783.scala:12: error: type mismatch;
+ found : Contexts.this.Global#Template
+ required: Contexts.this.global.Template
globalInit0.Template(10, 20);
- ^
+ ^
one error found