Skip to content

Commit f210152

Browse files
committed
[clang] constrain SemaCXX/cxx20-ctad-type-alias.cpp target triple
The test expectations are otherwise affected by the underlying type of size_t.
1 parent 2a4ee60 commit f210152

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clang/test/SemaCXX/cxx20-ctad-type-alias.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// RUN: %clang_cc1 -fsyntax-only -Wno-c++11-narrowing -Wno-literal-conversion -std=c++20 -verify %s
1+
// RUN: %clang_cc1 -fsyntax-only -triple x86_64-unknown-linux -Wno-c++11-narrowing -Wno-literal-conversion -std=c++20 -verify %s
22

33
namespace test1 {
44
template <typename T>

0 commit comments

Comments
 (0)