Add a requires line to test.

This commit is contained in:
Adrian Prantl 2021-11-09 10:15:54 -08:00
parent fbfd327fdf
commit 56f7da6e0d
1 changed files with 2 additions and 1 deletions

View File

@ -1,4 +1,5 @@
# RUN: %clang %s -g -c -o %t.o
# REQUIRES: system-darwin
# RUN: %clang %s -c -o %t.o
# RUN: %lldb -b -o 'target modules lookup -s absolute_symbol' %t.o | FileCheck %s
# CHECK: 1 symbols match 'absolute_symbol'
# CHECK: Address: 0x0000000012345678 (0x0000000012345678)