Skip to content

Commit 4ac891c

Browse files
author
Job Henandez Lara
authored
[libc] Add the src/stdlib/_Exit.h header to at_quick_exit_test.cpp and atexit_test.cpp (#115351)
Hello, I merged this #114904 a few mins ago and the tests failed because i did not add the header `src/stdlib/_Exit.h` in `at_quick_exit_test.cpp` and `atexit_test.cpp`. I ran both builds/tests and everything was good. thanks
1 parent b02e5bc commit 4ac891c

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

libc/test/src/stdlib/at_quick_exit_test.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88

99
#include "src/__support/CPP/array.h"
1010
#include "src/__support/CPP/utility.h"
11+
#include "src/stdlib/_Exit.h"
1112
#include "src/stdlib/at_quick_exit.h"
1213
#include "src/stdlib/quick_exit.h"
1314
#include "test/UnitTest/Test.h"

libc/test/src/stdlib/atexit_test.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88

99
#include "src/__support/CPP/array.h"
1010
#include "src/__support/CPP/utility.h"
11+
#include "src/stdlib/_Exit.h"
1112
#include "src/stdlib/atexit.h"
1213
#include "src/stdlib/exit.h"
1314
#include "test/UnitTest/Test.h"

0 commit comments

Comments
 (0)