This commit is contained in:
Taro L. Saito 2023-06-06 10:05:13 -07:00
parent f32d5b0d7c
commit ad12bd6a3f
No known key found for this signature in database
GPG Key ID: 429C8816DEA04CDB
1 changed files with 2 additions and 1 deletions

View File

@ -19,7 +19,7 @@
// SnappyTest.java
// Since: 2011/03/30
//
// $URL$
// $URL$
// $Author$
//--------------------------------------
package org.xerial.snappy;
@ -43,6 +43,7 @@ public class SnappyTest
{
String version = Snappy.getNativeLibraryVersion();
_logger.debug("version: " + version);
assertTrue(false);
}
@Test