fix compilation error

This commit is contained in:
Hubert Plociniczak 2024-08-13 15:27:55 +02:00
parent 7bab8b89ba
commit 9c827fef43

View File

@ -21,6 +21,7 @@ import org.graalvm.polyglot.Context;
import org.graalvm.polyglot.PolyglotException;
import org.graalvm.polyglot.Source;
import org.graalvm.polyglot.io.IOAccess;
import org.hamcrest.core.AllOf;
import org.junit.AfterClass;
import org.junit.BeforeClass;
import org.junit.Ignore;