[PATCH] D147764: Fix the two gmoules-prefered-name-* tests

YongKang Zhu via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Thu Apr 6 22:32:24 PDT 2023


yozhu created this revision.
Herald added a project: All.
yozhu requested review of this revision.
Herald added a project: clang.
Herald added a subscriber: cfe-commits.

Add missing "REQUIRES: asserts" for the two tests added in commit
711a64412749ae73709562b591ab1609a3ee7751 <https://reviews.llvm.org/rG711a64412749ae73709562b591ab1609a3ee7751>.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D147764

Files:
  clang/test/Modules/gmodules-preferred-name-alias.cpp
  clang/test/Modules/gmodules-preferred-name-typedef.cpp


Index: clang/test/Modules/gmodules-preferred-name-typedef.cpp
===================================================================
--- clang/test/Modules/gmodules-preferred-name-typedef.cpp
+++ clang/test/Modules/gmodules-preferred-name-typedef.cpp
@@ -1,3 +1,4 @@
+// REQUIRES: asserts
 // RUN: rm -rf %t
 // RUN: %clang_cc1 -std=c++11 -dwarf-ext-refs -fmodule-format=obj \
 // RUN:     -fmodule-map-file=%S/Inputs/gmodules-preferred-name-typedef.modulemap \
Index: clang/test/Modules/gmodules-preferred-name-alias.cpp
===================================================================
--- clang/test/Modules/gmodules-preferred-name-alias.cpp
+++ clang/test/Modules/gmodules-preferred-name-alias.cpp
@@ -1,3 +1,4 @@
+// REQUIRES: asserts
 // RUN: rm -rf %t
 // RUN: %clang_cc1 -std=c++11 -dwarf-ext-refs -fmodule-format=obj \
 // RUN:     -fmodule-map-file=%S/Inputs/gmodules-preferred-name-alias.modulemap \


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D147764.511614.patch
Type: text/x-patch
Size: 910 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20230407/7b43af50/attachment.bin>


More information about the cfe-commits mailing list