Skip to content

Commit

Permalink
Accept test results
Browse files Browse the repository at this point in the history
  • Loading branch information
mjambon committed Apr 5, 2020
1 parent 5d08afd commit 38f9e36
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/proj.dot.expected
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
digraph {
"exe:proj/dune:10" [label="lib-or-exe",shape=diamond]
"exe:proj/dune:12" [label="not-unique",shape=diamond]
"exe:proj/dune:11" [label="not-unique",shape=diamond]
"exe:proj/more/dune:1" [label="not-unique",shape=diamond]
"exe:proj/dune:12" [label="not-unique",shape=diamond]
"exe:proj/dune:0" [label="prog1",shape=diamond]
"exe:proj/dune:1" [label="prog2",shape=diamond]
"exe:proj/dune:2" [label="prog3",shape=diamond]
Expand All @@ -19,9 +19,9 @@ digraph {
"lib:lib5" [label="lib5"]
"lib:more" [label="more"]
"exe:proj/dune:10" -> "lib:lib-or-exe"
"exe:proj/dune:12" -> "lib:lib1-alt"
"exe:proj/dune:11" -> "lib:lib1"
"exe:proj/more/dune:1" -> "lib:more"
"exe:proj/dune:12" -> "lib:lib1-alt"
"exe:proj/dune:0" -> "lib:lib1"
"exe:proj/dune:0" -> "lib:lib2"
"exe:proj/dune:0" -> "lib:lib3"
Expand Down

0 comments on commit 38f9e36

Please sign in to comment.