Skip to content

Commit

Permalink
[clang] fix test PR69717.cpp (#72134)
Browse files Browse the repository at this point in the history
Test still fail on ARM machine (no float_control support)

(cherry picked from commit 5fdb70b)
  • Loading branch information
antmox authored and tru committed Nov 14, 2023
1 parent e666be9 commit 42f8800
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion clang/test/Sema/PR69717.cpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// RUN: %clang_cc1 -verify -fsyntax-only %s
// RUN: %clang_cc1 -triple x86_64-unknown-unknown -verify -fsyntax-only %s
// REQUIRES: x86-registered-target
// expected-no-diagnostics

Expand Down

0 comments on commit 42f8800

Please sign in to comment.