diff options
author | Gabor Marton <gabor.marton@ericsson.com> | 2019-10-07 11:34:54 +0000 |
---|---|---|
committer | Gabor Marton <gabor.marton@ericsson.com> | 2019-10-07 11:34:54 +0000 |
commit | 305a11d40911c7ae7cd37259feec3451b3a02ee1 (patch) | |
tree | 2e6bbc2cab5f345bcc28e35430bca2a295bb2627 /clang/unittests/AST/ASTImporterTest.cpp | |
parent | 8f7fbed85e4b4d977bb8af7b7a5dc12e82749e56 (diff) | |
download | bcm5719-llvm-305a11d40911c7ae7cd37259feec3451b3a02ee1.tar.gz bcm5719-llvm-305a11d40911c7ae7cd37259feec3451b3a02ee1.zip |
[ASTImporter][NFC] Enable disabled but passing test
RedeclChainShouldBeCorrectAmongstNamespaces
llvm-svn: 373896
Diffstat (limited to 'clang/unittests/AST/ASTImporterTest.cpp')
-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 { |