Skip to content

Commit 065699b

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

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)