File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
compiler/test/dotty/tools/vulpix Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ public class ChildJVMMain {
1414
1515 private static void runMain (String dir ) throws Exception {
1616 Method meth = null ;
17- Object [] args = new Object []{ new String []{ "jvm" } };
17+ Object [] args = new Object []{ new String []{ } };
1818 try {
1919 String jcp = System .getProperty ("java.class.path" );
2020 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)
3434 with SyncIterator with LoggedIterator ;
3535object Test {
3636 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
3838 val iter = new Iter
3939 iter foreach Console .println
4040 }
You can’t perform that action at this time.
0 commit comments