From 33bdb53d864e3e244d8fd5649062f17b7d4c958d Mon Sep 17 00:00:00 2001 From: Job Henandez Lara Date: Fri, 1 Nov 2024 21:49:57 -0700 Subject: [libc] Remove the #include header (#114453) --- libc/test/src/stdlib/_Exit_test.cpp | 2 -- 1 file changed, 2 deletions(-) (limited to 'libc/test/src/stdlib/_Exit_test.cpp') diff --git a/libc/test/src/stdlib/_Exit_test.cpp b/libc/test/src/stdlib/_Exit_test.cpp index 9ca0fc51aab8..333277dc01dc 100644 --- a/libc/test/src/stdlib/_Exit_test.cpp +++ b/libc/test/src/stdlib/_Exit_test.cpp @@ -10,8 +10,6 @@ #include "src/stdlib/exit.h" #include "test/UnitTest/Test.h" -#include - TEST(LlvmLibcStdlib, _Exit) { EXPECT_EXITS([] { LIBC_NAMESPACE::_Exit(1); }, 1); EXPECT_EXITS([] { LIBC_NAMESPACE::_Exit(65); }, 65); -- cgit v1.2.3