Skip to content

Commit

Permalink
Re-enable a previously flaky type test (#4582)
Browse files Browse the repository at this point in the history
I don't know what exactly was causing this test to flake, but since it was
disabled we added the type fuzzer and fixed a lot of bugs, so I hope it is no
longer flaky. If that turns out to be wrong, I can dig deeper.
  • Loading branch information
tlively authored Apr 6, 2022
1 parent cbc7e04 commit 40a998c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/gtest/type-builder.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -364,7 +364,7 @@ TEST_F(IsorecursiveTest, CanonicalizeUses) {
EXPECT_NE(built[4], built[6]);
}

TEST_F(IsorecursiveTest, DISABLED_CanonicalizeSelfReferences) {
TEST_F(IsorecursiveTest, CanonicalizeSelfReferences) {
TypeBuilder builder(5);
// Single self-reference
builder[0] = makeStruct(builder, {0});
Expand Down

0 comments on commit 40a998c

Please sign in to comment.