Skip to content

Commit

Permalink
Restrict test for DW_AT_APPLE_optimized to Darwin
Browse files Browse the repository at this point in the history
  • Loading branch information
adrian-prantl committed May 22, 2020
1 parent 7e49dc6 commit a8a048a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lldb/test/Shell/Process/Optimization.test
Original file line number Diff line number Diff line change
@@ -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

Expand Down

0 comments on commit a8a048a

Please sign in to comment.