Skip to content

Commit 0833640

Browse files
committed
doing show forces proper test
1 parent 7ef8afd commit 0833640

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/iifInterfaceTests.jl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ end
2929
todotc = todotstr == "graph G {\na [color=red, shape=ellipse];\nb [color=red, shape=ellipse];\nabf1 [color=blue, shape=box];\na -- abf1\nb -- abf1\n}\n"
3030
todotd = todotstr == "graph G {\na [color=red, shape=ellipse];\nb [color=red, shape=ellipse];\nabf1 [color=blue, shape=box];\nb -- abf1\na -- abf1\n}\n"
3131
todote = todotstr == "graph G {\na [color=red, shape=ellipse];\nb [color=red, shape=ellipse];\nabf1 [color=blue, shape=box, fontsize=8, fixedsize=false, height=0.1, width=0.1];\na -- abf1\nb -- abf1\n}\n"
32+
@show todota, todotb, todotc, todotd, todote
3233
@test (todota || todotb || todotc || todotd || todote)
3334
@test toDotFile(dfg, "something.dot") === nothing
3435
Base.rm("something.dot")

0 commit comments

Comments
 (0)