improvement

This commit is contained in:
Shautvast 2024-07-03 14:08:15 +02:00
parent dc8d281a60
commit 1dee9a9b05

View file

@ -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());
}