Skip to content

Commit 6b1722e

Browse files
author
Nathan Hawes
committed
[test] Add missing requires line in test/SourceKit/CursorInfo/cursor_symbol_graph_objc.swift
It requires objc interop.
1 parent 388052b commit 6b1722e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/SourceKit/CursorInfo/cursor_symbol_graph_objc.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ func callObjC() {
44
fooFuncWithComment5()
55
}
66

7+
// REQUIRES: objc_interop
78
// RUN: %sourcekitd-test -req=cursor -pos=4:3 -req-opts=retrieve_symbol_graph=1 %s -- -F %S/../Inputs/libIDE-mock-sdk -I %t.tmp -target %target-triple %s | %FileCheck %s
89
// CHECK: SYMBOL GRAPH BEGIN
910
// CHECK: {

0 commit comments

Comments
 (0)