diff options
-rw-r--r-- | compiler-rt/test/asan/TestCases/alloca_vla_interact.cc | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/compiler-rt/test/asan/TestCases/alloca_vla_interact.cc b/compiler-rt/test/asan/TestCases/alloca_vla_interact.cc index e86616f112b..3873c3fceea 100644 --- a/compiler-rt/test/asan/TestCases/alloca_vla_interact.cc +++ b/compiler-rt/test/asan/TestCases/alloca_vla_interact.cc @@ -2,7 +2,6 @@ // RUN: %run %t 2>&1 // // REQUIRES: stable-runtime -// XFAIL: powerpc64 // This testcase checks correct interaction between VLAs and allocas. |