improvement
This commit is contained in:
parent
dc8d281a60
commit
1dee9a9b05
1 changed files with 1 additions and 1 deletions
|
|
@ -4,7 +4,7 @@ import org.junit.jupiter.api.Test;
|
||||||
|
|
||||||
class ExceptionLoggerTest {
|
class ExceptionLoggerTest {
|
||||||
|
|
||||||
@Test
|
// @Test // needs -Dagentlib=$PROJECT/rustlib/target/debug/librustlib.dylib, or similar
|
||||||
void test() {
|
void test() {
|
||||||
ExceptionLogger.log(new Throwable());
|
ExceptionLogger.log(new Throwable());
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue