summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHans Wennborg <hans@hanshq.net>2015-01-27 20:43:26 +0000
committerHans Wennborg <hans@hanshq.net>2015-01-27 20:43:26 +0000
commit5fe2239d0aff0743d82ddcc963afa9d4a968f6cf (patch)
treec3d115453cc4df15171a3a5725dbf73bcbf12ed4
parentccc76fe505b4f675a28968dae3914ac07538f9db (diff)
Merging r226824:
------------------------------------------------------------------------ r226824 | logan | 2015-01-22 05:40:16 -0800 (Thu, 22 Jan 2015) | 2 lines Enable backtrace_test for ARM. ------------------------------------------------------------------------ git-svn-id: https://llvm.org/svn/llvm-project/libcxxabi/branches/release_36@227239 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r--test/backtrace_test.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/test/backtrace_test.cpp b/test/backtrace_test.cpp
index f54a478..df291c9 100644
--- a/test/backtrace_test.cpp
+++ b/test/backtrace_test.cpp
@@ -6,7 +6,6 @@
// Source Licenses. See LICENSE.TXT for details.
//
//===----------------------------------------------------------------------===//
-// XFAIL: arm
#include <assert.h>
#include <stddef.h>
#include <unwind.h>