summaryrefslogtreecommitdiff
path: root/test/asan/TestCases/init-order-atexit.cc
diff options
context:
space:
mode:
Diffstat (limited to 'test/asan/TestCases/init-order-atexit.cc')
-rw-r--r--test/asan/TestCases/init-order-atexit.cc3
1 files changed, 0 insertions, 3 deletions
diff --git a/test/asan/TestCases/init-order-atexit.cc b/test/asan/TestCases/init-order-atexit.cc
index 1beeb33cd..1bbc655b1 100644
--- a/test/asan/TestCases/init-order-atexit.cc
+++ b/test/asan/TestCases/init-order-atexit.cc
@@ -1,6 +1,3 @@
-// FIXME: https://code.google.com/p/address-sanitizer/issues/detail?id=316
-// XFAIL: android
-//
// Test for the following situation:
// (1) global A is constructed.
// (2) exit() is called during construction of global B.