diff options
Diffstat (limited to 'test')
-rw-r--r-- | test/error1.test | 2 | ||||
-rw-r--r-- | test/error3.test | 2 | ||||
-rw-r--r-- | test/error5.test | 4 |
3 files changed, 5 insertions, 3 deletions
diff --git a/test/error1.test b/test/error1.test index c99c7df..9060be9 100644 --- a/test/error1.test +++ b/test/error1.test @@ -5,4 +5,4 @@ add a d>1.5 ERROR: unsatisfiable constraints: d-2.0: breaks: b-1[d<2.0] - satisfies: world[d>1.5] c-1[d>1.0] + satisfies: world[d>1.5] a-3[d>1.5] c-1[d>1.0] diff --git a/test/error3.test b/test/error3.test index 9bd294d..8dfdd82 100644 --- a/test/error3.test +++ b/test/error3.test @@ -5,7 +5,7 @@ add a !b ERROR: unsatisfiable constraints: d-2.0: breaks: b-1[d<2.0] - satisfies: c-1[d>1.0] + satisfies: a-3[d>1.5] c-1[d>1.0] b-1: breaks: world[!b] satisfies: a-3[b] diff --git a/test/error5.test b/test/error5.test index 9aa1818..949fbe8 100644 --- a/test/error5.test +++ b/test/error5.test @@ -3,4 +3,6 @@ add a>2 @EXPECT ERROR: unsatisfiable constraints: - b-1: d<2.0 + d-1.5: + breaks: a-3[d>1.5] + satisfies: b-1[d<2.0] c-1[d>1.0] |