Skip to content
Snippets Groups Projects
Commit c21bc40c authored by dohan's avatar dohan
Browse files

delete generated files

parent 23990b6b
No related branches found
No related tags found
No related merge requests found
package de.tla2b.main;
import java.io.File;
import org.junit.Test;
import de.tla2b.TLA2B;
......@@ -8,8 +10,9 @@ public class MainTest {
@Test
public void testClub() throws Exception {
String file = "src/test/resources/regression/Club/Club.tla";
TLA2B.main(new String[] { file });
String dir = "src/test/resources/regression/Club/";
TLA2B.main(new String[] { dir + "Club.tla" });
new File(dir + "Club_tla.txt").deleteOnExit();
}
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment