Fix buildbot error.

-frounding-math is not available for all targets.
This commit is contained in:
Haojian Wu 2021-09-23 17:03:40 +02:00
parent 5f2c53bdf4
commit 8ecf3660f2
1 changed files with 1 additions and 1 deletions

View File

@ -1,3 +1,3 @@
// RUN: %clang_cc1 -fsyntax-only -frounding-math -verify %s
// RUN: %clang_cc1 -triple x86_64-linux -fsyntax-only -frounding-math -verify %s
template <class b> b::a() {} // expected-error {{nested name specifier}}