summaryrefslogtreecommitdiff
path: root/test/files/neg/gadts1.check
diff options
context:
space:
mode:
Diffstat (limited to 'test/files/neg/gadts1.check')
-rw-r--r--test/files/neg/gadts1.check2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/files/neg/gadts1.check b/test/files/neg/gadts1.check
index b16cbaf11d..01d1412448 100644
--- a/test/files/neg/gadts1.check
+++ b/test/files/neg/gadts1.check
@@ -1,5 +1,5 @@
gadts1.scala:15: error: type mismatch;
- found : Test.this.Double
+ found : Test.Double
required: a
case NumTerm(n) => c.x = Double(1.0)
^