Skip to content

Commit

Permalink
fixup! use after free debug
Browse files Browse the repository at this point in the history
  • Loading branch information
Goblin80 committed May 6, 2024
1 parent 5592844 commit a03c4c8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion test/engine/joinOrdering/IKKBZTest.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -577,7 +577,8 @@ TEST(GOO_SANITY, SESSION04_EX) {
g.add_rjoin(R8, R7, 0.3);

// TODO: undeterministic
EXPECT_NO_THROW(JoinOrdering::GOO(g));
// EXPECT_NO_THROW(JoinOrdering::GOO(g));
JoinOrdering::GOO(g);
// auto erg = JoinOrdering::GOO(g);
// for (auto const& x : g.hist[erg]) std::cout << x.getLabel() << "\n";
}

0 comments on commit a03c4c8

Please sign in to comment.