summaryrefslogtreecommitdiff
path: root/test/disabled
diff options
context:
space:
mode:
authorJanek Bogucki <janekdb@gmail.com>2015-07-20 18:40:04 +0100
committerJanek Bogucki <janekdb@gmail.com>2015-07-20 18:40:04 +0100
commitf712d68ea69551ff745caffce04159bc140bcedc (patch)
tree64657c76636b5d63b2ff08d00b08dfd320a440f7 /test/disabled
parent100a234882a86a249ebe586b4e75fede58c098c3 (diff)
downloadscala-f712d68ea69551ff745caffce04159bc140bcedc.tar.gz
scala-f712d68ea69551ff745caffce04159bc140bcedc.tar.bz2
scala-f712d68ea69551ff745caffce04159bc140bcedc.zip
Align noTraceSuppression val names to system property name
For vals based on the scala.control.noTraceSuppression system property align the val name to the property name. Deprecate the existing val.
Diffstat (limited to 'test/disabled')
-rw-r--r--test/disabled/run/applet-prop.scala2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/disabled/run/applet-prop.scala b/test/disabled/run/applet-prop.scala
index 9c29dfd979..7a98c25cab 100644
--- a/test/disabled/run/applet-prop.scala
+++ b/test/disabled/run/applet-prop.scala
@@ -8,7 +8,7 @@ class S extends javax.swing.JApplet {
object Test extends SecurityTest {
val s = new S
- // lazy val TestKey = sys.SystemProperties.noTraceSupression.key
+ // lazy val TestKey = sys.SystemProperties.noTraceSuppression.key
// def hitPerm() = new Throwable with scala.util.control.ControlThrowable { }
//
// var throwing = false