Skip to content

Commit de9c3fb

Browse files
committed
Try without OSExecuteDemo.java
1 parent 4388bb8 commit de9c3fb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

standardio/build.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,9 @@
1616
<target name="runconsole" description="Compile and run" depends="build">
1717
<jrunconsole cls="ChangeSystemOut" />
1818
<jrunconsole cls="Echo" failOnError='false' timeOut='4000' msg='* Timeout for Testing *' />
19-
<jrunconsole cls="OSExecuteDemo" />
19+
2020
<jrunconsole cls="Redirecting" />
2121
</target>
2222

2323

24-
</project>
24+
</project>

0 commit comments

Comments
 (0)