Skip to content

Commit

Permalink
Fix tests
Browse files Browse the repository at this point in the history
Signed-off-by: Rudi Grinberg <[email protected]>
  • Loading branch information
rgrinberg committed Jan 8, 2021
1 parent 5cc9049 commit bdee537
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@ Include variants and implementation information in dune-package
(name foo.vlib)
(kind normal)
(virtual)
(native_archives vlib/vlib$ext_lib)
(main_module_name Vlib)
(modes byte native)
(modules
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ Check that default implementation data is installed in the dune package file.
(name a)
(kind normal)
(virtual)
(native_archives a$ext_lib)
(default_implementation a.default-impl)
(main_module_name A)
(modes byte native)
Expand Down

0 comments on commit bdee537

Please sign in to comment.