summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--test/fuzzer/fork.test2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/fuzzer/fork.test b/test/fuzzer/fork.test
index bcc9b550e..e0f348b2b 100644
--- a/test/fuzzer/fork.test
+++ b/test/fuzzer/fork.test
@@ -1,4 +1,4 @@
-# UNSUPPORTED: darwin, freebsd
+# UNSUPPORTED: darwin, freebsd, aarch64
BINGO: BINGO
RUN: %cpp_compiler %S/SimpleTest.cpp -o %t-SimpleTest
RUN: not %run %t-SimpleTest -fork=1 2>&1 | FileCheck %s --check-prefix=BINGO