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:
Brian Burkhalter 2017-02-16 14:56:49 -08:00
parent eff1703b33
commit 323338dfaf

View File

@ -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