Skip to content

Commit

Permalink
fixup! Add test that packages needs to be last, or it will be rejected
Browse files Browse the repository at this point in the history
Signed-off-by: Marek Kubica <marek@tarides.com>
  • Loading branch information
Leonidas-from-XIV committed Mar 29, 2023
1 parent f5ed133 commit 9badfd0
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions test/blackbox-tests/test-cases/package-rule.t/dune
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
(test
(name test)
(modules test test_a test_b)
(package a)
(link_flags (-linkall)))
(package a))

(rule
(action (copy test_temp.ml test_a.ml))
Expand Down

0 comments on commit 9badfd0

Please sign in to comment.