We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 557f212 commit f60d0f0Copy full SHA for f60d0f0
libc/test/src/fenv/exception_flags_test.cpp
@@ -1,5 +1,4 @@
1
-//===-- Unittests for fegetexceptflag, fesetexceptflag and ----------------===//
2
-//===-- fetestexceptflag --------------------------------------------------===//
+//===-- Unittests for fe{get|set|test}exceptflag --------------------------===//
3
//
4
// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
5
// See https://llvm.org/LICENSE.txt for license information.
@@ -16,7 +15,7 @@
16
15
17
#include <fenv.h>
18
19
-TEST(LlvmLibcFenvTest, GetExceptFlagAndSetExceptFlagAndTestExceptFlag) {
+TEST(LlvmLibcFenvTest, GetSetTestExceptFlag) {
20
// We will disable all exceptions to prevent invocation of the exception
21
// handler.
22
LIBC_NAMESPACE::fputil::disable_except(FE_ALL_EXCEPT);
0 commit comments