Import path adjusted

This commit is contained in:
Julian Murek 2024-05-31 12:13:41 +02:00
parent 77bf6cff62
commit 66428159c1

View File

@ -12,7 +12,7 @@ import org.junit.Test;
import java.nio.file.Files;
import java.nio.file.Paths;
import org.antlr.v4.runtime.*;
import abstractSyntaxTree.ASTGenerator;
import astGenerator.ASTGenerator;
public class AstComparer {