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 a761b79cb8..151cfad712 100644
--- a/test/files/neg/gadts1.check
+++ b/test/files/neg/gadts1.check
@@ -1,4 +1,4 @@
-gadts1.scala:15 error: type mismatch;
+gadts1.scala:15: error: type mismatch;
found : Test.this.Double
required: a
case NumTerm(n) => c.x = Double(1.0)