Skip to content

Commit 5ce47e7

Browse files
committed
fix wrong test fixtures
1 parent 919643d commit 5ce47e7

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

keyext.slicing/src/test/java/org/key_project/slicing/EndToEndTests.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -116,10 +116,10 @@ void sliceMultipleIterations() throws Exception {
116116
void sliceJavaProof() throws Exception {
117117
sliceProof(
118118
"../../../../../key.ui/examples/heap/verifyThis15_2_ParallelGcd/parallelGcd.proof",
119-
2638, 976, true, false).dispose();
119+
3245, 1184, true, false).dispose();
120120
sliceProofOffline(
121121
"../../../../../key.ui/examples/heap/verifyThis15_2_ParallelGcd/parallelGcd.proof",
122-
2638, 976, true, false).dispose();
122+
3245, 1184, true, false).dispose();
123123
}
124124

125125
/**

0 commit comments

Comments
 (0)