diff options
Diffstat (limited to 'test/error3.test')
-rw-r--r-- | test/error3.test | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/test/error3.test b/test/error3.test index 2665374..9bd294d 100644 --- a/test/error3.test +++ b/test/error3.test @@ -2,5 +2,10 @@ --test-repo complicated1.repo add a !b @EXPECT -ERROR: unsatisfiable dependencies: - a-3: b +ERROR: unsatisfiable constraints: + d-2.0: + breaks: b-1[d<2.0] + satisfies: c-1[d>1.0] + b-1: + breaks: world[!b] + satisfies: a-3[b] |