[PATCH] D147764: Fix the two gmoules-prefered-name-* tests
YongKang Zhu via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Fri Apr 7 00:12:56 PDT 2023
This revision was landed with ongoing or failed builds.
This revision was automatically updated to reflect the committed changes.
Closed by commit rG53d8b59307d4: Fix the two gmoules-prefered-name-* tests (authored by yozhu).
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D147764/new/
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.511626.patch
Type: text/x-patch
Size: 910 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20230407/46c4c12d/attachment.bin>
More information about the cfe-commits
mailing list