aboutsummaryrefslogtreecommitdiff
path: root/compiler/test/dotc/tests.scala
diff options
context:
space:
mode:
authorFelix Mulder <felix.mulder@gmail.com>2017-02-20 11:46:35 +0100
committerFelix Mulder <felix.mulder@gmail.com>2017-02-20 13:08:25 +0100
commitae43a298144842861bd8532b88aec7178c16ccb3 (patch)
tree763aa7881f4d71a562b27627d4e76df13b2416c5 /compiler/test/dotc/tests.scala
parent2f5b1f81bca206e7bfd684a41a2ade787ef2bc19 (diff)
downloaddotty-ae43a298144842861bd8532b88aec7178c16ccb3.tar.gz
dotty-ae43a298144842861bd8532b88aec7178c16ccb3.tar.bz2
dotty-ae43a298144842861bd8532b88aec7178c16ccb3.zip
Make non-existent compiler options emit warnings instead of failing
Diffstat (limited to 'compiler/test/dotc/tests.scala')
-rw-r--r--compiler/test/dotc/tests.scala2
1 files changed, 0 insertions, 2 deletions
diff --git a/compiler/test/dotc/tests.scala b/compiler/test/dotc/tests.scala
index 6ef6bb741..fcd2d0982 100644
--- a/compiler/test/dotc/tests.scala
+++ b/compiler/test/dotc/tests.scala
@@ -180,8 +180,6 @@ class tests extends CompilerTest {
val negCustomArgs = negDir + "customArgs/"
- @Test def neg_cli_error = compileFile(negCustomArgs, "cliError", List("-thisOptionDoesNotExist"))
-
@Test def neg_typers() = compileFile(negCustomArgs, "typers")(allowDoubleBindings)
@Test def neg_overrideClass = compileFile(negCustomArgs, "overrideClass", scala2mode)
@Test def neg_autoTupling = compileFile(negCustomArgs, "autoTuplingTest", args = "-language:noAutoTupling" :: Nil)