Skip to content

Commit

Permalink
fix: tests after rebase
Browse files Browse the repository at this point in the history
Signed-off-by: Antonio Nuno Monteiro <anmonteiro@gmail.com>
  • Loading branch information
anmonteiro committed Apr 4, 2024
1 parent fb70693 commit 55d7708
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 11 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,8 @@ the same folder.
Without any consumers of the libraries

$ dune build
File "dune", lines 3-4, characters 0-21:
3 | (library
4 | (name foo))
File "dune", line 5, characters 7-10:
5 | (name foo)
^^^
Error: Library "foo" appears for the second time in this directory
[1]
Expand All @@ -44,9 +43,8 @@ With some consumer of the library
> EOF

$ dune build
File "dune", lines 3-4, characters 0-21:
3 | (library
4 | (name foo))
File "dune", line 5, characters 7-10:
5 | (name foo)
^^^
Error: Library "foo" appears for the second time in this directory
[1]
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,7 @@ the same folder.
Without any consumers of the libraries

$ dune build
File "dune", lines 4-6, characters 0-44:
4 | (library
File "dune", line 5, characters 7-10:
5 | (name foo)
^^^
Error: Library "foo" appears for the second time in this directory
Expand Down Expand Up @@ -48,9 +47,8 @@ With some consumer
> EOF

$ dune build
File "dune", lines 4-6, characters 0-44:
4 | (library
5 | (name foo)
File "dune", line 6, characters 7-10:
6 | (name foo)
^^^
Error: Library "foo" appears for the second time in this directory
[1]

0 comments on commit 55d7708

Please sign in to comment.