summaryrefslogtreecommitdiff
path: root/test/files/neg
diff options
context:
space:
mode:
authorLukas Rytz <lukas.rytz@typesafe.com>2014-07-18 13:58:40 +0200
committerLukas Rytz <lukas.rytz@typesafe.com>2014-07-18 13:58:40 +0200
commitabdd570cee5788000724c6d3b89a978c48a7fa39 (patch)
tree73f874bb7fc7d85f098c9d08e9085decad154b76 /test/files/neg
parent04cb634ec4564c6ee3bd34c3cef899537c3787ba (diff)
parent68560dd80d99f031bdf419f08463abeb83e47b3c (diff)
downloadscala-abdd570cee5788000724c6d3b89a978c48a7fa39.tar.gz
scala-abdd570cee5788000724c6d3b89a978c48a7fa39.tar.bz2
scala-abdd570cee5788000724c6d3b89a978c48a7fa39.zip
Merge pull request #3885 from som-snytt/issue/8525-cleanup
SI-8525 Clarify usage of -Xlint:_,flag
Diffstat (limited to 'test/files/neg')
-rw-r--r--test/files/neg/t8610-arg.check14
-rw-r--r--test/files/neg/t8610-arg.flags2
2 files changed, 2 insertions, 14 deletions
diff --git a/test/files/neg/t8610-arg.check b/test/files/neg/t8610-arg.check
index ea2805508d..d6fe207119 100644
--- a/test/files/neg/t8610-arg.check
+++ b/test/files/neg/t8610-arg.check
@@ -1,18 +1,6 @@
-t8610-arg.scala:5: warning: possible missing interpolator: detected interpolated identifier `$name`
- def x = "Hi, $name" // missing interp
- ^
-t8610-arg.scala:7: warning: Adapting argument list by creating a 2-tuple: this may not be what you want.
- signature: X.f(p: (Int, Int)): Int
- given arguments: 3, 4
- after adaptation: X.f((3, 4): (Int, Int))
- def g = f(3, 4) // adapted
- ^
-t8610-arg.scala:9: warning: private[this] value name in class X shadows mutable name inherited from class Named. Changes to name will not be visible within class X - you may want to give them distinct names.
- override def toString = name // shadowing mutable var name
- ^
t8610-arg.scala:8: warning: side-effecting nullary methods are discouraged: suggest defining as `def u()` instead
def u: Unit = () // unitarian universalist
^
error: No warnings can be incurred under -Xfatal-warnings.
-four warnings found
+one warning found
one error found
diff --git a/test/files/neg/t8610-arg.flags b/test/files/neg/t8610-arg.flags
index f8867a7b4e..f331ba9383 100644
--- a/test/files/neg/t8610-arg.flags
+++ b/test/files/neg/t8610-arg.flags
@@ -1 +1 @@
--Xfatal-warnings -Xlint warn-nullary-unit
+-Xfatal-warnings -Xlint nullary-unit