Skip to content

Commit

Permalink
test(pkg): add opam-version to opam files (ocaml#9446)
Browse files Browse the repository at this point in the history
Signed-off-by: Rudi Grinberg <me@rgrinberg.com>
  • Loading branch information
rgrinberg committed Dec 10, 2023
1 parent 6dbad16 commit addd24f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions test/blackbox-tests/test-cases/pkg/conflict-class.t
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,13 @@ dependency.
Local conflict class defined in a local package:

$ cat >foo.opam <<EOF
> opam-version: "2.0"
> depends: [ "bar" ]
> conflict-class: "ccc"
> EOF

$ cat >x.opam <<EOF
> opam-version: "2.0"
> depends: "foo"
> EOF

Expand Down

0 comments on commit addd24f

Please sign in to comment.