Skip to content

Commit 5fdb70b

Browse files
authored
[clang] fix test PR69717.cpp (#72134)
Test still fail on ARM machine (no float_control support)
1 parent 0e42df4 commit 5fdb70b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clang/test/Sema/PR69717.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// RUN: %clang_cc1 -verify -fsyntax-only %s
1+
// RUN: %clang_cc1 -triple x86_64-unknown-unknown -verify -fsyntax-only %s
22
// REQUIRES: x86-registered-target
33
// expected-no-diagnostics
44

0 commit comments

Comments
 (0)