diff --git a/lib/src/test/java/com/github/shautvast/exceptional/ExceptionLoggerTest.java b/lib/src/test/java/com/github/shautvast/exceptional/ExceptionLoggerTest.java deleted file mode 100644 index a0d0bd1..0000000 --- a/lib/src/test/java/com/github/shautvast/exceptional/ExceptionLoggerTest.java +++ /dev/null @@ -1,12 +0,0 @@ -package com.github.shautvast.exceptional; - -import org.junit.jupiter.api.Test; - -class ExceptionLoggerTest { - -// @Test // needs -Dagentlib=$PROJECT/rustlib/target/debug/librustlib.dylib, or similar - void test() { - ExceptionLogger.log(new Throwable()); - } - -} \ No newline at end of file