Skip to content

Commit 326e01b

Browse files
committed
[tests][ast] Obj-C related tests require Obj-C
`ASTSection_ObjC` tests may be run on any number of operating systems, not just Linux. No matter the OS, these tests rely on Objective-C being available. Check for that instead of the OS.
1 parent 0159627 commit 326e01b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/DebugInfo/ASTSection_ObjC.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
// RUN: %lldb-moduleimport-test %t/ASTSection | FileCheck %s --allow-empty --check-prefix=LINETABLE-CHECK
1212

1313
// REQUIRES: executable_test
14-
// UNSUPPORTED: OS=linux-gnu
14+
// REQUIRES: objc_interop
1515

1616
// CHECK: Loaded module ASTSection from
1717
// CHECK: - Target: {{.+}}-{{.+}}-{{.+}}

0 commit comments

Comments
 (0)