diff options
-rw-r--r-- | clang/unittests/AST/ASTImporterTest.cpp | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/clang/unittests/AST/ASTImporterTest.cpp b/clang/unittests/AST/ASTImporterTest.cpp index 1514313231b..ba2feff5fca 100644 --- a/clang/unittests/AST/ASTImporterTest.cpp +++ b/clang/unittests/AST/ASTImporterTest.cpp @@ -4785,11 +4785,8 @@ TEST_P(ASTImporterLookupTableTest, LookupSearchesInTheWholeRedeclChain) { EXPECT_EQ(*Res.begin(), A); } - -// FIXME This test is disabled currently, upcoming patches will make it -// possible to enable. TEST_P(ASTImporterOptionSpecificTestBase, - DISABLED_RedeclChainShouldBeCorrectAmongstNamespaces) { + RedeclChainShouldBeCorrectAmongstNamespaces) { Decl *FromTU = getTuDecl( R"( namespace NS { |