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

Gabor Marton via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Fri May 18 08:50:15 PDT 2018


This revision was automatically updated to reflect the committed changes.
Closed by commit rC332728: [ASTImporter] Enable disabled but passing test (authored by martong, committed by ).

Changed prior to commit:
  https://reviews.llvm.org/D47069?vs=147506&id=147524#toc

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.147524.patch
Type: text/x-patch
Size: 469 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20180518/35c92079/attachment.bin>


More information about the cfe-commits mailing list