Skip to content

Commit 7667634

Browse files
committed
Remove invalid Theta invariant parsing test
1 parent 52cc319 commit 7667634

1 file changed

Lines changed: 0 additions & 7 deletions

File tree

src/test/kotlin/c/CInvariantAstTest.kt

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -310,13 +310,6 @@ object CInvariantAstTest {
310310
)
311311
}
312312

313-
@Test
314-
fun test_parsing_theta_invariants() {
315-
// "SV-COMP25_no-overflow/mutual_simple.yml"
316-
CInvariantAst.createAst("(0 <= T0::P75988::f::q[0])")
317-
CInvariantAst.createAst("(((INT_MIN == -2147483648) && (__idx_0 == 1)) || ((INT_MIN == -2147483648) && (__idx_0 == 1)) || ((INT_MIN == -2147483648) && (__idx_0 == 1) && (! ((INT_MIN == -2147483648) && (0 <= T0::P75988::f::q[0]) && (((__a_0 == T0__P75988__f__q) ? __idx_0 : 0) == ((__a_0 == T0__P75988__f__q) ? 1 : 0))))) || ((INT_MIN == -2147483648) && (__idx_0 == 1)) || ((INT_MIN == -2147483648) && (__idx_0 == 1)))")
318-
}
319-
320313
private fun legal(input: String, expectedAst: Node) {
321314
val actualAst = CInvariantAst.createAst(input)
322315
assertEquals(expectedAst, actualAst)

0 commit comments

Comments
 (0)