remove stray output

release/4.3a0
Frank Dellaert 2022-02-05 18:31:23 -05:00
parent 13092f6218
commit c7975bebea
1 changed files with 0 additions and 1 deletions

View File

@ -150,7 +150,6 @@ TEST(DiscreteBayesNet, Dot) {
fragment.add((Either | Tuberculosis, LungCancer) = "F T T T");
string actual = fragment.dot();
cout << actual << endl;
EXPECT(actual ==
"digraph {\n"
" size=\"5,5\";\n"