[all-commits] [llvm/llvm-project] 392ca6: [libc][test] Fix TEST->TEST_F typo in getenv_and_s...
Jordan Rupprecht via All-commits
all-commits at lists.llvm.org
Mon Jun 3 19:48:56 PDT 2024
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 392ca64893dc77f823cb4734238f1ba1d271b997
https://github.com/llvm/llvm-project/commit/392ca64893dc77f823cb4734238f1ba1d271b997
Author: Jordan Rupprecht <rupprecht at google.com>
Date: 2024-06-03 (Mon, 03 Jun 2024)
Changed paths:
M libc/test/src/fenv/getenv_and_setenv_test.cpp
Log Message:
-----------
[libc][test] Fix TEST->TEST_F typo in getenv_and_setenv_test.cpp (#94304)
This manifests as `AddressSanitizer: stack-use-after-return` w/o this
change. The `~CheckFEnv()` method of checking fenv seems to only work
for test fixtures.
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list