summaryrefslogtreecommitdiff
path: root/libc/test/UnitTest/LibcTest.cpp
diff options
context:
space:
mode:
authorSiva Chandra Reddy <sivachandra@google.com>2023-04-18 08:09:18 +0000
committerSiva Chandra Reddy <sivachandra@google.com>2023-04-18 16:17:42 +0000
commite3645eadb8f28a522243d628dcc0d37e5af9aecf (patch)
tree552767f436daeb1891124e98dbfd7f5fda77d283 /libc/test/UnitTest/LibcTest.cpp
parenta45ca5d999dc4631f4680febe99ce49df3e813b1 (diff)
[libc][NFC] Move ExecuteFunction test util to test/UnitTest.
Reviewed By: lntue Differential Revision: https://reviews.llvm.org/D148611
Diffstat (limited to 'libc/test/UnitTest/LibcTest.cpp')
-rw-r--r--libc/test/UnitTest/LibcTest.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/libc/test/UnitTest/LibcTest.cpp b/libc/test/UnitTest/LibcTest.cpp
index 0e502534aaf2..b3a7fc18dfda 100644
--- a/libc/test/UnitTest/LibcTest.cpp
+++ b/libc/test/UnitTest/LibcTest.cpp
@@ -11,8 +11,8 @@
#include "src/__support/CPP/string.h"
#include "src/__support/CPP/string_view.h"
#include "src/__support/UInt128.h"
+#include "test/UnitTest/ExecuteFunction.h"
#include "test/UnitTest/TestLogger.h"
-#include "utils/testutils/ExecuteFunction.h"
#include <cassert>
namespace __llvm_libc {