moved the code

This commit is contained in:
Shautvast 2024-07-04 19:57:48 +02:00
parent 92ba49e539
commit f2ae6972b8

View file

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