summaryrefslogtreecommitdiff
path: root/test/files/neg/nowarnDefaultJunitMethods.check
diff options
context:
space:
mode:
Diffstat (limited to 'test/files/neg/nowarnDefaultJunitMethods.check')
-rw-r--r--test/files/neg/nowarnDefaultJunitMethods.check6
1 files changed, 0 insertions, 6 deletions
diff --git a/test/files/neg/nowarnDefaultJunitMethods.check b/test/files/neg/nowarnDefaultJunitMethods.check
deleted file mode 100644
index 7efdcc299a..0000000000
--- a/test/files/neg/nowarnDefaultJunitMethods.check
+++ /dev/null
@@ -1,6 +0,0 @@
-C_1.scala:2: warning: JUnit tests in traits that are compiled as default methods are not executed by JUnit 4. JUnit 5 will fix this issue.
- @org.junit.Test def foo = 0
- ^
-error: No warnings can be incurred under -Xfatal-warnings.
-one warning found
-one error found