Trim trailing whitespace
This commit is contained in:
committed by
David Young
parent
071fe1dc39
commit
d35daa45e9
@@ -274,7 +274,7 @@ public class TestH5Tparams {
|
||||
public void testH5Tpack_invalid() throws Throwable {
|
||||
H5.H5Tpack(-1);
|
||||
}
|
||||
|
||||
|
||||
@Test(expected = HDF5LibraryException.class)
|
||||
public void testH5Treclaim_invalid() throws Throwable {
|
||||
byte[] buf = new byte[2];
|
||||
|
||||
Reference in New Issue
Block a user