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