Restrict test for DW_AT_APPLE_optimized to Darwin

This commit is contained in:
Adrian Prantl 2020-05-22 15:51:43 -07:00
parent 7e49dc6184
commit a8a048ac72
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
Test warnings.
REQUIRES: shell
REQUIRES: shell, system-darwin
RUN: %clang_host -O3 %S/Inputs/true.c -std=c99 -g -o %t.exe
RUN: %lldb -o "b main" -o r -o q -b %t.exe | FileCheck %s