diff options
Diffstat (limited to 'test/lsan/TestCases/stale_stack_leak.cc')
-rw-r--r-- | test/lsan/TestCases/stale_stack_leak.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/lsan/TestCases/stale_stack_leak.cc b/test/lsan/TestCases/stale_stack_leak.cc index 635d73814272b..8c34958545e6e 100644 --- a/test/lsan/TestCases/stale_stack_leak.cc +++ b/test/lsan/TestCases/stale_stack_leak.cc @@ -5,7 +5,7 @@ // RUN: %env_lsan_opts=$LSAN_BASE":exitcode=0" %run %t 2>&1 | FileCheck --check-prefix=CHECK-sanity %s // // x86 passes parameters through stack that may lead to false negatives -// UNSUPPORTED: x86 +// UNSUPPORTED: x86,powerpc64 #include <stdio.h> #include <stdlib.h> |