From 1dee9a9b057b60614c0f1bfa9fbbba4fb3464c05 Mon Sep 17 00:00:00 2001 From: Shautvast Date: Wed, 3 Jul 2024 14:08:15 +0200 Subject: [PATCH] improvement --- .../com/github/shautvast/exceptional/ExceptionLoggerTest.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/src/test/java/com/github/shautvast/exceptional/ExceptionLoggerTest.java b/lib/src/test/java/com/github/shautvast/exceptional/ExceptionLoggerTest.java index 527e0a8..a0d0bd1 100644 --- a/lib/src/test/java/com/github/shautvast/exceptional/ExceptionLoggerTest.java +++ b/lib/src/test/java/com/github/shautvast/exceptional/ExceptionLoggerTest.java @@ -4,7 +4,7 @@ import org.junit.jupiter.api.Test; class ExceptionLoggerTest { - @Test +// @Test // needs -Dagentlib=$PROJECT/rustlib/target/debug/librustlib.dylib, or similar void test() { ExceptionLogger.log(new Throwable()); }