summaryrefslogtreecommitdiff
path: root/test/files/neg/volatile.check
diff options
context:
space:
mode:
Diffstat (limited to 'test/files/neg/volatile.check')
-rw-r--r--test/files/neg/volatile.check7
1 files changed, 2 insertions, 5 deletions
diff --git a/test/files/neg/volatile.check b/test/files/neg/volatile.check
index b904284125..da27c68e6c 100644
--- a/test/files/neg/volatile.check
+++ b/test/files/neg/volatile.check
@@ -1,7 +1,4 @@
-volatile.scala:11: error: Inferred type C.this.D with C.this.E#T contains type selection from volatile type C.this.D with C.this.E
+volatile.scala:11: error: Inferred type C.this.D with C.this.E#T contains type selection from volatile type C.this.D with C.this.E#T
var sneak = { () => y.x }
^
-volatile.scala:11: error: Inferred type () => C.this.D with C.this.E#T contains type selection from volatile type C.this.D with C.this.E
- var sneak = { () => y.x }
- ^
-two errors found
+one error found