Generator output land in the right place now

This commit is contained in:
Andrey Breslav
2012-10-17 14:39:42 +04:00
parent b0a651bb20
commit 1f34f6ffae
@@ -86,7 +86,7 @@ public class TuplesAndFunctionsGenerator {
}
public static void main(String[] args) throws FileNotFoundException {
File baseDir = new File("compiler/frontend/src/jet.src/");
File baseDir = new File("compiler/frontend/src/jet/");
assert baseDir.exists() : "Base dir does not exist: " + baseDir.getAbsolutePath();
PrintStream tuples = new PrintStream(new File(baseDir, "Tuples.jet"));