summaryrefslogtreecommitdiff
path: root/test/disabled/run/applet-prop.scala
diff options
context:
space:
mode:
Diffstat (limited to 'test/disabled/run/applet-prop.scala')
-rw-r--r--test/disabled/run/applet-prop.scala12
1 files changed, 6 insertions, 6 deletions
diff --git a/test/disabled/run/applet-prop.scala b/test/disabled/run/applet-prop.scala
index fb112bf7d5..9c29dfd979 100644
--- a/test/disabled/run/applet-prop.scala
+++ b/test/disabled/run/applet-prop.scala
@@ -10,7 +10,7 @@ object Test extends SecurityTest {
val s = new S
// lazy val TestKey = sys.SystemProperties.noTraceSupression.key
// def hitPerm() = new Throwable with scala.util.control.ControlThrowable { }
- //
+ //
// var throwing = false
// override def propertyCheck(p: PropertyPermission): Unit = {
// if (p.getName == TestKey) {
@@ -19,21 +19,21 @@ object Test extends SecurityTest {
// throwIt(p)
// }
// }
- //
+ //
// hitPerm()
// securityOn()
// hitPerm()
- //
+ //
// throwing = true
//
- // val caught =
+ // val caught =
// try { hitPerm() ; false }
// catch { case _: AccessControlException => true }
- //
+ //
// assert(caught, "Should have incurred exception.")
// throwing = false
// hitPerm()
- //
+ //
// val xs = new Traversable[Int] { def foreach[U](f: Int => U) = 1 to 3 foreach f }
// xs foreach println
}