summaryrefslogtreecommitdiff
path: root/test/files/neg/t6601.check
diff options
context:
space:
mode:
Diffstat (limited to 'test/files/neg/t6601.check')
-rw-r--r--test/files/neg/t6601.check2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/files/neg/t6601.check b/test/files/neg/t6601.check
index 1410e1b11a..b05c67ad9a 100644
--- a/test/files/neg/t6601.check
+++ b/test/files/neg/t6601.check
@@ -1,4 +1,4 @@
AccessPrivateConstructor_2.scala:2: error: constructor PrivateConstructor in class PrivateConstructor cannot be accessed in class AccessPrivateConstructor
new PrivateConstructor("") // Scalac should forbid accessing to the private constructor!
- ^
+ ^
one error found