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.check4
1 files changed, 0 insertions, 4 deletions
diff --git a/test/files/neg/t6601.check b/test/files/neg/t6601.check
deleted file mode 100644
index 1410e1b11a..0000000000
--- a/test/files/neg/t6601.check
+++ /dev/null
@@ -1,4 +0,0 @@
-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