From f2ae6972b865013df9fdda71b09fdf28f0c354e3 Mon Sep 17 00:00:00 2001 From: Shautvast Date: Thu, 4 Jul 2024 19:57:48 +0200 Subject: [PATCH] moved the code --- .../shautvast/exceptional/ExceptionLoggerTest.java | 12 ------------ 1 file changed, 12 deletions(-) delete mode 100644 lib/src/test/java/com/github/shautvast/exceptional/ExceptionLoggerTest.java 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