Skip to content

Commit 4b5ff34

Browse files
committed
fix test case
1 parent 6d5e497 commit 4b5ff34

File tree

1 file changed

+1
-1
lines changed
  • key.core.testgen/src/test/java/de/uka/ilkd/key/testcase/smt/ce

1 file changed

+1
-1
lines changed

key.core.testgen/src/test/java/de/uka/ilkd/key/testcase/smt/ce/TestCE.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ public void testMiddle() throws Exception {
139139
TryCloseMacro close = new TryCloseMacro();
140140
close.applyTo(env.getUi(), proof, proof.openEnabledGoals(), null, null);
141141
// should not be provable
142-
assertFalse(!proof.openGoals().isEmpty());
142+
assertFalse(proof.openGoals().isEmpty());
143143
// there should be a counterexample for each goal...
144144
for (Goal g : proof.openGoals()) {
145145
SemanticsBlastingMacro sb = new SemanticsBlastingMacro();

0 commit comments

Comments
 (0)