Fix split-find-unsat-w-emp test
authorAndres Notzli <andres.noetzli@gmail.com>
Mon, 12 Dec 2016 09:55:36 +0000 (01:55 -0800)
committerAndres Notzli <andres.noetzli@gmail.com>
Mon, 12 Dec 2016 09:55:36 +0000 (01:55 -0800)
Commit 2f2e9fcf1fbb27f8e799aeac2372c0a9113f01aa did not update the
split-find-unsat-w-emp test, this commit fixes that.

test/regress/regress1/sep/split-find-unsat-w-emp.smt2

index 10e509e05630e09fbf24e40542028eeaabcfbdbc..c606d0ab6d2e85c9b63cbe8add48a9db53472110 100644 (file)
@@ -10,7 +10,7 @@
 (declare-const c Int)
 
 (assert (and
-        (not (sep (not (pto x a)) (not (pto y b)) (not (sep (pto x a) (pto y b))) (not (emp x)) ))
+        (not (sep (not (pto x a)) (not (pto y b)) (not (sep (pto x a) (pto y b))) (not (emp x x)) ))
         (sep (pto x a) (pto y b))
   )
 )