Navigation Menu

Skip to content

Commit

Permalink
Update tests after rebase
Browse files Browse the repository at this point in the history
  • Loading branch information
shonfeder committed Mar 22, 2019
1 parent 2bec9b0 commit 8011aff
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions test/blackbox-tests/test-cases/dune-init/run.t
Expand Up @@ -10,7 +10,7 @@ Can build the public library

$ cd _test_lib_dir && touch test_lib.opam && dune build
Info: creating file dune-project with this contents:
| (lang dune 1.8)
| (lang dune 1.9)
| (name test_lib)

$ cat ./_test_lib_dir/dune
Expand Down Expand Up @@ -62,7 +62,7 @@ Can build an executable

$ cd _test_bin_dir && touch test_bin.opam && dune build
Info: creating file dune-project with this contents:
| (lang dune 1.8)
| (lang dune 1.9)
| (name test_bin)


Expand Down Expand Up @@ -143,7 +143,7 @@ Can build the combo project

$ cd _test_lib_exe_dir && touch test_bin.opam && dune build
Info: creating file dune-project with this contents:
| (lang dune 1.8)
| (lang dune 1.9)
| (name test_bin)


Expand Down Expand Up @@ -178,7 +178,7 @@ Can build the multiple library project

$ cd _test_lib && touch test_lib1.opam && dune build
Info: creating file dune-project with this contents:
| (lang dune 1.8)
| (lang dune 1.9)
| (name test_lib1)


Expand Down

0 comments on commit 8011aff

Please sign in to comment.