]> granicus.if.org Git - clang/commitdiff
[ASTImporter][NFC] Enable disabled but passing test
authorGabor Marton <gabor.marton@ericsson.com>
Mon, 7 Oct 2019 11:34:54 +0000 (11:34 +0000)
committerGabor Marton <gabor.marton@ericsson.com>
Mon, 7 Oct 2019 11:34:54 +0000 (11:34 +0000)
RedeclChainShouldBeCorrectAmongstNamespaces

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@373896 91177308-0d34-0410-b5e6-96231b3b80d8

unittests/AST/ASTImporterTest.cpp

index 1514313231bf36cbb52597a17e77c65e232f91ea..ba2feff5fca673aca5b782161e8b100fc53da704 100644 (file)
@@ -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 {