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

View File

@ -43,6 +43,7 @@ public class SnappyTest
{ {
String version = Snappy.getNativeLibraryVersion(); String version = Snappy.getNativeLibraryVersion();
_logger.debug("version: " + version); _logger.debug("version: " + version);
assertTrue(false);
} }
@Test @Test