Skip to content

Commit 26b35f5

Browse files
yozhuMichael137
authored andcommitted
Fix the two gmoules-prefered-name-* tests
Add missing "REQUIRES: asserts" for the two tests added in commit 711a644 (Diff: D145803). Reviewed By: chapuni Differential Revision: https://reviews.llvm.org/D147764 (cherry picked from commit 53d8b59)
1 parent f2fdfb1 commit 26b35f5

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

clang/test/Modules/gmodules-preferred-name-alias.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
// REQUIRES: asserts
12
// RUN: rm -rf %t
23
// RUN: %clang_cc1 -std=c++11 -dwarf-ext-refs -fmodule-format=obj \
34
// RUN: -fmodule-map-file=%S/Inputs/gmodules-preferred-name-alias.modulemap \

clang/test/Modules/gmodules-preferred-name-typedef.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
// REQUIRES: asserts
12
// RUN: rm -rf %t
23
// RUN: %clang_cc1 -std=c++11 -dwarf-ext-refs -fmodule-format=obj \
34
// RUN: -fmodule-map-file=%S/Inputs/gmodules-preferred-name-typedef.modulemap \

0 commit comments

Comments
 (0)