summaryrefslogtreecommitdiff
path: root/test/junit
diff options
context:
space:
mode:
authorLukas Rytz <lukas.rytz@typesafe.com>2016-05-30 12:01:07 +0200
committerLukas Rytz <lukas.rytz@typesafe.com>2016-05-30 12:01:07 +0200
commit8f567bc9c01e29624f5b7fcce40a0ee7fe261c08 (patch)
tree9abb942e37f1a26414942de140b3113411c7d19b /test/junit
parent9edbe3d671d31581d278b309c89d5c05bb2d8295 (diff)
parent85057d542c7e201191544415ff454afb243aa104 (diff)
downloadscala-8f567bc9c01e29624f5b7fcce40a0ee7fe261c08.tar.gz
scala-8f567bc9c01e29624f5b7fcce40a0ee7fe261c08.tar.bz2
scala-8f567bc9c01e29624f5b7fcce40a0ee7fe261c08.zip
Merge pull request #5076 from soc/topic/deprecations-since
Improvements to deprecations related to `since` parameter
Diffstat (limited to 'test/junit')
-rw-r--r--test/junit/scala/tools/nsc/symtab/SymbolTableForUnitTesting.scala2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/junit/scala/tools/nsc/symtab/SymbolTableForUnitTesting.scala b/test/junit/scala/tools/nsc/symtab/SymbolTableForUnitTesting.scala
index 8cc7aefdd3..fb05ab8d5a 100644
--- a/test/junit/scala/tools/nsc/symtab/SymbolTableForUnitTesting.scala
+++ b/test/junit/scala/tools/nsc/symtab/SymbolTableForUnitTesting.scala
@@ -85,7 +85,7 @@ class SymbolTableForUnitTesting extends SymbolTable {
// minimal Run to get Reporting wired
def currentRun = new RunReporting {}
class PerRunReporting extends PerRunReportingBase {
- def deprecationWarning(pos: Position, msg: String): Unit = reporter.warning(pos, msg)
+ def deprecationWarning(pos: Position, msg: String, since: String): Unit = reporter.warning(pos, msg)
}
protected def PerRunReporting = new PerRunReporting