Skip to content

Commit 0bb01d3

Browse files
committed
[lldb][test] Fixed the test no_unique_address-with-bitfields
Fixed the error `unable to create target: 'No available targets are compatible with triple "x86_64-apple-macosx10.4.0"'`.
1 parent 61a4678 commit 0bb01d3

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

lldb/test/Shell/SymbolFile/DWARF/no_unique_address-with-bitfields.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@
88
// RUN: -o "image dump ast" \
99
// RUN: -o exit | FileCheck %s
1010

11+
// REQUIRES: system-darwin
12+
1113
// CHECK: (lldb) image dump ast
1214
// CHECK: CXXRecordDecl {{.*}} struct Foo definition
1315
// CHECK: |-FieldDecl {{.*}} data 'char[5]'

0 commit comments

Comments
 (0)