summaryrefslogtreecommitdiff
path: root/test/neg/constrparams.check
diff options
context:
space:
mode:
Diffstat (limited to 'test/neg/constrparams.check')
-rw-r--r--test/neg/constrparams.check2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/neg/constrparams.check b/test/neg/constrparams.check
index 4827895d06..19eb56bf7f 100644
--- a/test/neg/constrparams.check
+++ b/test/neg/constrparams.check
@@ -1,4 +1,4 @@
-./neg/constrparams.scala:4: stable identifier required, but x found.
+constrparams.scala:4: stable identifier required, but x found.
private val z: x.t = null; //error
^
one error found