[lldb] [test] Mark fork-follow-parent-softbp.test as darwin-unsupported

This commit is contained in:
Michał Górny 2021-08-31 21:18:40 +02:00
parent c7515a49b1
commit 84f99ef2b1
1 changed files with 1 additions and 0 deletions

View File

@ -1,4 +1,5 @@
# REQUIRES: native
# UNSUPPORTED: system-darwin
# UNSUPPORTED: system-windows
# RUN: %clangxx_host %p/Inputs/fork.cpp -DTEST_FORK=fork -o %t
# RUN: %lldb -b -s %s %t | FileCheck %s