summaryrefslogtreecommitdiff
path: root/test/files/neg/bug839.check
diff options
context:
space:
mode:
Diffstat (limited to 'test/files/neg/bug839.check')
-rw-r--r--test/files/neg/bug839.check2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/files/neg/bug839.check b/test/files/neg/bug839.check
index ec5206effa..fa161de5a5 100644
--- a/test/files/neg/bug839.check
+++ b/test/files/neg/bug839.check
@@ -1,5 +1,5 @@
bug839.scala:25: error: method set cannot be accessed in object Test.this.FileImpl#treeBuilder
- because its instance type (Test.this.Global#Tree)scala.Unit contains a malformed type: Test.this.Global#Tree
+ because its instance type (Test.this.Global#Tree)Unit contains a malformed type: Test.this.Global#Tree
file.treeBuilder.set(nsc.get);
^
one error found