8175042: Add success message to java/io/FileInputStream/LargeFileAvailable.java
Print "Test succeeded" to stdout at the end of main() Reviewed-by: lancea
This commit is contained in:
parent
eff1703b33
commit
323338dfaf
@ -71,6 +71,9 @@ public class LargeFileAvailable {
|
||||
} finally {
|
||||
file.delete();
|
||||
}
|
||||
|
||||
System.out.println("Test succeeded.");
|
||||
System.out.flush();
|
||||
}
|
||||
|
||||
// Skip toSkip number of bytes and expect that the available() method
|
||||
|
Loading…
Reference in New Issue
Block a user