summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorHoward Hinnant <hhinnant@apple.com>2012-01-22 01:19:20 +0000
committerHoward Hinnant <hhinnant@apple.com>2012-01-22 01:19:20 +0000
commit321a095c08f0700e8619266518b63d438285d3a1 (patch)
tree30cdff59689c534469648bf3b92af096f6431671 /test
parent65255631de793131622f701df9075dfd78abfc50 (diff)
downloadlibcxxabi_35a-321a095c08f0700e8619266518b63d438285d3a1.tar.gz
Change header to generic, instead of implementation specific
git-svn-id: https://llvm.org/svn/llvm-project/libcxxabi/trunk@148646 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test')
-rw-r--r--test/test_demangle.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/test_demangle.cpp b/test/test_demangle.cpp
index 1bc17ab..478bbe3 100644
--- a/test/test_demangle.cpp
+++ b/test/test_demangle.cpp
@@ -10,7 +10,7 @@
#include <iostream>
#include <string>
#include <cstdlib>
-#include "cxa_demangle.h"
+#include <cxxabi.h>
#include <cassert>
#include <chrono>