[PATCH] D47069: [ASTImporter] Enable disabled but passing test

Gabor Marton via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Fri May 18 07:20:24 PDT 2018


martong created this revision.
martong added reviewers: a.sidorin, r.stahl, xazax.hun.
Herald added subscribers: cfe-commits, dkrupp, rnkovacs.

There is a test which passes since https://reviews.llvm.org/D32947, but it was forgotten to be enabled.
This patch enables that disabled test.


Repository:
  rC Clang

https://reviews.llvm.org/D47069

Files:
  unittests/AST/ASTImporterTest.cpp


Index: unittests/AST/ASTImporterTest.cpp
===================================================================
--- unittests/AST/ASTImporterTest.cpp
+++ unittests/AST/ASTImporterTest.cpp
@@ -1399,7 +1399,7 @@
   EXPECT_EQ(From->getIdentifierNamespace(), To->getIdentifierNamespace());
 }
 
-TEST_P(ASTImporterTestBase, DISABLED_IDNSOfNonmemberOperator) {
+TEST_P(ASTImporterTestBase, IDNSOfNonmemberOperator) {
   Decl *FromTU = getTuDecl(
       R"(
       struct X {};


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D47069.147506.patch
Type: text/x-patch
Size: 469 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20180518/a5bafa34/attachment.bin>


More information about the cfe-commits mailing list