Skip to content

Commit 38f9e36

Browse files
committed
Accept test results
1 parent 5d08afd commit 38f9e36

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/proj.dot.expected

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
digraph {
22
"exe:proj/dune:10" [label="lib-or-exe",shape=diamond]
3-
"exe:proj/dune:12" [label="not-unique",shape=diamond]
43
"exe:proj/dune:11" [label="not-unique",shape=diamond]
54
"exe:proj/more/dune:1" [label="not-unique",shape=diamond]
5+
"exe:proj/dune:12" [label="not-unique",shape=diamond]
66
"exe:proj/dune:0" [label="prog1",shape=diamond]
77
"exe:proj/dune:1" [label="prog2",shape=diamond]
88
"exe:proj/dune:2" [label="prog3",shape=diamond]
@@ -19,9 +19,9 @@ digraph {
1919
"lib:lib5" [label="lib5"]
2020
"lib:more" [label="more"]
2121
"exe:proj/dune:10" -> "lib:lib-or-exe"
22-
"exe:proj/dune:12" -> "lib:lib1-alt"
2322
"exe:proj/dune:11" -> "lib:lib1"
2423
"exe:proj/more/dune:1" -> "lib:more"
24+
"exe:proj/dune:12" -> "lib:lib1-alt"
2525
"exe:proj/dune:0" -> "lib:lib1"
2626
"exe:proj/dune:0" -> "lib:lib2"
2727
"exe:proj/dune:0" -> "lib:lib3"

0 commit comments

Comments
 (0)