Skip to content

Commit cdf6914

Browse files
mizvekovMixedMatched
authored andcommitted
[clang] fix llvm#161765 test triple dependency (llvm#161769)
Fixes the new test introduced in llvm#161765, so that it always uses a triple which supports floating point exceptions. Otherwise, some post-commit bots fail.
1 parent cce2624 commit cdf6914

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clang/test/SemaTemplate/GH161657.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 -std=c++20 -ffp-exception-behavior=strict -verify %s
1+
// RUN: %clang_cc1 -triple=x86_64 -fsyntax-only -std=c++20 -ffp-exception-behavior=strict -verify %s
22
// expected-no-diagnostics
33

44
template <class T> struct S {

0 commit comments

Comments
 (0)