File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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)
You can’t perform that action at this time.
0 commit comments