diff --git a/compiler-rt/test/fuzzer/counters.test b/compiler-rt/test/fuzzer/counters.test index 8f461c6e1bb3..27acaa4cdd67 100644 --- a/compiler-rt/test/fuzzer/counters.test +++ b/compiler-rt/test/fuzzer/counters.test @@ -1,4 +1,4 @@ -UNSUPPORTED: aarch64, ios +UNSUPPORTED: aarch64, ios, arm RUN: %cpp_compiler %S/CounterTest.cpp -o %t-CounterTest RUN: not %run %t-CounterTest -max_len=6 -seed=1 -timeout=15 2>&1 | FileCheck %s --check-prefix=COUNTERS