Skip to content

Commit

Permalink
update tests
Browse files Browse the repository at this point in the history
Signed-off-by: Javier Chávarri <[email protected]>
  • Loading branch information
jchavarri committed Mar 13, 2024
1 parent a07ee5f commit b22ae6f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions test/blackbox-tests/test-cases/enabled_if/cma-pform.t
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ We try to build a disabled library using the %{cma:..} pfrom
> EOF

$ dune build %{cma:./foo}
Error: No rule found for foo.cma
-> required by %{cma:./foo} at command line:1
File "command line", line 1, characters 0-12:
Error: Library foo does not exist.
[1]
$ dune build --profile with-foo %{cma:./foo}
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ Test behavior when targeting artifacts of a disabled library
> EOF

$ dune build %{cmo:foo}
Error: No rule found for .foo.objs/byte/foo.cmo
-> required by %{cmo:foo} at command line:1
File "command line", line 1, characters 0-10:
Error: Module Foo does not exist.
[1]

0 comments on commit b22ae6f

Please sign in to comment.