Skip to content

Commit 907fa0b

Browse files
committed
Linux: Mark this test as requiring Objective-C interop for now.
I believe we should be able to handle the enum mapping without Objective-C interoperability, but something in the Clang importer doesn't seem to be doing this correctly now.
1 parent d9e9fea commit 907fa0b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

test/IDE/dump_swift_lookup_tables.swift

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
// RUN: %target-swift-ide-test -dump-importer-lookup-table -source-filename %s -import-objc-header %S/Inputs/swift_name.h > %t.log 2>&1
22
// RUN: FileCheck %s < %t.log
33

4+
// REQUIRES: objc_interop
5+
46
// CHECK: Base -> full name mappings:
57
// CHECK-NEXT: Bar --> Bar
68
// CHECK-NEXT: Blue --> Blue

0 commit comments

Comments
 (0)