diff options
author | Thomas Lively <7121787+tlively@users.noreply.github.com> | 2022-04-11 17:07:42 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-04-11 17:07:42 -0700 |
commit | 3ff665280b1967f4f094eeb0049285c9281ccdc2 (patch) | |
tree | 2c51875cd0d014cfcb64b3786daffc1d4b22f0d8 /test | |
parent | ce0333d91b70f97aa8da002f7348df68a7b56578 (diff) | |
download | binaryen-3ff665280b1967f4f094eeb0049285c9281ccdc2.tar.gz binaryen-3ff665280b1967f4f094eeb0049285c9281ccdc2.tar.bz2 binaryen-3ff665280b1967f4f094eeb0049285c9281ccdc2.zip |
Revert "Re-enable a previously flaky type test (#4582)" (#4591)
This reverts commit 40a998c00eb42b65ddc1d42c1c009690bbd05cca.
Diffstat (limited to 'test')
-rw-r--r-- | test/gtest/type-builder.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/gtest/type-builder.cpp b/test/gtest/type-builder.cpp index 57f7032c2..7817939ce 100644 --- a/test/gtest/type-builder.cpp +++ b/test/gtest/type-builder.cpp @@ -364,7 +364,7 @@ TEST_F(IsorecursiveTest, CanonicalizeUses) { EXPECT_NE(built[4], built[6]); } -TEST_F(IsorecursiveTest, CanonicalizeSelfReferences) { +TEST_F(IsorecursiveTest, DISABLED_CanonicalizeSelfReferences) { TypeBuilder builder(5); // Single self-reference builder[0] = makeStruct(builder, {0}); |