Skip to content

Commit 56f7da6

Browse files
committed
Add a requires line to test.
1 parent fbfd327 commit 56f7da6

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

lldb/test/Shell/SymbolFile/absolute-symbol.s

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
# RUN: %clang %s -g -c -o %t.o
1+
# REQUIRES: system-darwin
2+
# RUN: %clang %s -c -o %t.o
23
# RUN: %lldb -b -o 'target modules lookup -s absolute_symbol' %t.o | FileCheck %s
34
# CHECK: 1 symbols match 'absolute_symbol'
45
# CHECK: Address: 0x0000000012345678 (0x0000000012345678)

0 commit comments

Comments
 (0)