Skip to content

Commit 175c244

Browse files
committed
Fix Index/index_objc_impl.swift
1 parent 6e9fec8 commit 175c244

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/Index/index_objc_impl.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
// RUN: %empty-directory(%t/mods)
55
// RUN: split-file %s %t
66

7-
// RUN: %target-swift-frontend -emit-module -o %t/mods %t/ObjcImpl.swift -import-objc-header %t/objc_impl.h -disable-objc-attr-requires-foundation-module
7+
// RUN: %target-swift-frontend -emit-module -o %t/mods %t/ObjcImpl.swift -import-objc-header %t/objc_impl.h -disable-objc-attr-requires-foundation-module -target %target-stable-abi-triple
88
// RUN: %target-swift-ide-test -print-indexed-symbols -module-to-print ObjcImpl -source-filename none -I %t/mods | %FileCheck %s
99

1010
//--- objc_impl.h

0 commit comments

Comments
 (0)