Skip to content

Commit f60d0f0

Browse files
committed
Shorten description
1 parent 557f212 commit f60d0f0

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

libc/test/src/fenv/exception_flags_test.cpp

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
1-
//===-- Unittests for fegetexceptflag, fesetexceptflag and ----------------===//
2-
//===-- fetestexceptflag --------------------------------------------------===//
1+
//===-- Unittests for fe{get|set|test}exceptflag --------------------------===//
32
//
43
// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
54
// See https://llvm.org/LICENSE.txt for license information.
@@ -16,7 +15,7 @@
1615

1716
#include <fenv.h>
1817

19-
TEST(LlvmLibcFenvTest, GetExceptFlagAndSetExceptFlagAndTestExceptFlag) {
18+
TEST(LlvmLibcFenvTest, GetSetTestExceptFlag) {
2019
// We will disable all exceptions to prevent invocation of the exception
2120
// handler.
2221
LIBC_NAMESPACE::fputil::disable_except(FE_ALL_EXCEPT);

0 commit comments

Comments
 (0)