fixed bugs
[cdsspec-compiler.git] / src / edu / uci / eecs / specCompiler / specExtraction / SpecExtractor.java
index a130d972c6229861b8891cb065cb2e26be1d8b20..8d7a229e4ddea8a990ea5b3758a842768c1200b6 100644 (file)
@@ -60,6 +60,7 @@ public class SpecExtractor {
                SourceFileInfo srcFileInfo;
                try {
                        srcFileInfo = SpecParser.ParseFile(file);
+                       srcFileInfo.write2File();
                        srcFilesInfo.put(file, srcFileInfo);
                } catch (ParseException e) {
                        e.printStackTrace();