Skip to content

Commit

Permalink
Left debug flag on...oops
Browse files Browse the repository at this point in the history
  • Loading branch information
maaz139 committed Sep 3, 2016
1 parent 58e67b9 commit 27e6bb1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion compiler/src/casper/visit/GenerateScaffold.java
Original file line number Diff line number Diff line change
Expand Up @@ -572,7 +572,7 @@ public NodeVisitor enter(Node parent, Node n){
generateScaffold(sketchInputVars, sketchFilteredOutputVars, sketchLoopCounters, n, var.type);

/* Run synthesizer to generate summary */
int exitCode = 0;//runSynthesizer("output/main_"+var.type.replace("["+Configuration.arraySizeBound+"]","")+id+".sk",var.type,ext);
int exitCode = runSynthesizer("output/main_"+var.type.replace("["+Configuration.arraySizeBound+"]","")+id+".sk",var.type,ext);
if(exitCode == 0){
/* Run theorem prover to verify summary */
verifySummary("output/main_"+var.type.replace("["+Configuration.arraySizeBound+"]","")+id+".dfy", n, ext, sketchInputVars, sketchFilteredOutputVars, sketchLoopCounters, var.type);
Expand Down

0 comments on commit 27e6bb1

Please sign in to comment.