summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorShoaib Meenai <smeenai@fb.com>2017-03-30 23:31:33 +0000
committerShoaib Meenai <smeenai@fb.com>2017-03-30 23:31:33 +0000
commit847e4d2486074be3d0dd15e87bcbebb92cd0d064 (patch)
tree0231ba7ebee63f3aa9a32a81359c8e62a8a3bee0 /test
parent78bab8f15dc0b41fb9784a822fd30ccdf656c188 (diff)
[libc++abi] Delete config.h
Summary: It's now completely empty, so we can remove it entirely. Reviewers: mclow.lists, EricWF Subscribers: cfe-commits Differential Revision: https://reviews.llvm.org/D31502 git-svn-id: https://llvm.org/svn/llvm-project/libcxxabi/trunk@299129 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test')
-rw-r--r--test/test_exception_storage.pass.cpp1
-rw-r--r--test/test_guard.pass.cpp1
2 files changed, 0 insertions, 2 deletions
diff --git a/test/test_exception_storage.pass.cpp b/test/test_exception_storage.pass.cpp
index 6d0c035..49c9b5d 100644
--- a/test/test_exception_storage.pass.cpp
+++ b/test/test_exception_storage.pass.cpp
@@ -11,7 +11,6 @@
// This breaks this test when compiled in C++17. For now fix this by manually
// re-enabling the STL functions.
#define _LIBCPP_ENABLE_CXX17_REMOVED_UNEXPECTED_FUNCTIONS
-#include "../src/config.h"
#include <cstdlib>
#include <algorithm>
diff --git a/test/test_guard.pass.cpp b/test/test_guard.pass.cpp
index ef86717..dc200cf 100644
--- a/test/test_guard.pass.cpp
+++ b/test/test_guard.pass.cpp
@@ -7,7 +7,6 @@
//
//===----------------------------------------------------------------------===//
-#include "../src/config.h"
#include "cxxabi.h"
#include <cassert>