summaryrefslogtreecommitdiff
path: root/test/files/run/t4426.scala
diff options
context:
space:
mode:
Diffstat (limited to 'test/files/run/t4426.scala')
-rw-r--r--test/files/run/t4426.scala6
1 files changed, 3 insertions, 3 deletions
diff --git a/test/files/run/t4426.scala b/test/files/run/t4426.scala
index 1cbd42da25..95759444d6 100644
--- a/test/files/run/t4426.scala
+++ b/test/files/run/t4426.scala
@@ -5,7 +5,7 @@ object Test {
val settings = new Settings()
settings.classpath.value = System.getProperty("java.class.path")
- object cc extends Global(settings) {
+ object cc extends Global(settings) {
object dummy
override def computePluginPhases() = {
@@ -16,9 +16,9 @@ object Test {
new cc.Run
()
}
-
+
def main(args: Array[String]): Unit = {
-
+
}
}