Skip to content

Commit

Permalink
Update locs in tests given new Executables Dep_entry
Browse files Browse the repository at this point in the history
Signed-off-by: Rudi Grinberg <[email protected]>
  • Loading branch information
rgrinberg committed Jan 7, 2019
1 parent ab9a2cc commit e8f2923
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/lib-errors/run.t
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Cycle detection
-> "c" in _build/default
-> "a" in _build/default
-> required by library "c" in _build/default
-> required by executable cycle in dune:16
-> required by executable cycle in dune:17
[1]

Select with no solution
Expand All @@ -21,6 +21,6 @@ Select with no solution
25 | (libraries (select x from))
^^^^^^^^^^^^^^^
Error: No solution found for this select form.
-> required by executable select_error in dune:23
-> required by executable select_error in dune:24
[1]

4 changes: 2 additions & 2 deletions test/blackbox-tests/test-cases/variants/run.t
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ Executable that tries to build against a virtual library without an implementati
$ dune build --root missing-implementation
Entering directory 'missing-implementation'
Error: No implementation found for virtual library "vlib" (_build/default/vlib).
-> required by executable foo in dune:1
-> required by executable foo in dune:2
[1]
Executable that tries to use two implementations for the same virtual lib
Expand All @@ -158,7 +158,7 @@ Executable that tries to use two implementations for the same virtual lib
- "impl1" in _build/default/impl1
-> required by library "bar" in _build/default
- "impl2" in _build/default/impl2
This cannot work.-> required by executable foo in dune:1
This cannot work.-> required by executable foo in dune:2
[1]
Install files for implemenations and virtual libs have all the artifacts:
Expand Down

0 comments on commit e8f2923

Please sign in to comment.