File tree 2 files changed +2
-2
lines changed
compiler/test/dotty/tools/vulpix
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ public class ChildJVMMain {
14
14
15
15
private static void runMain (String dir ) throws Exception {
16
16
Method meth = null ;
17
- Object [] args = new Object []{ new String []{ "jvm" } };
17
+ Object [] args = new Object []{ new String []{ } };
18
18
try {
19
19
String jcp = System .getProperty ("java.class.path" );
20
20
String sep = File .pathSeparator ;
Original file line number Diff line number Diff line change @@ -34,7 +34,7 @@ class Iter2(s: String) extends StringIterator(s)
34
34
with SyncIterator with LoggedIterator ;
35
35
object Test {
36
36
def main (args : Array [String ]): Unit = {
37
- class Iter extends StringIterator (args( 0 ) ) with RichIterator with SyncIterator with LoggedIterator
37
+ class Iter extends StringIterator (" jvm " ) with RichIterator with SyncIterator with LoggedIterator
38
38
val iter = new Iter
39
39
iter foreach Console .println
40
40
}
You can’t perform that action at this time.
0 commit comments