Skip to content

Commit

Permalink
Linux: Mark this test as requiring Objective-C interop for now.
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
DougGregor committed Dec 3, 2015
1 parent d9e9fea commit 907fa0b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions test/IDE/dump_swift_lookup_tables.swift
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
// RUN: %target-swift-ide-test -dump-importer-lookup-table -source-filename %s -import-objc-header %S/Inputs/swift_name.h > %t.log 2>&1
// RUN: FileCheck %s < %t.log

// REQUIRES: objc_interop

// CHECK: Base -> full name mappings:
// CHECK-NEXT: Bar --> Bar
// CHECK-NEXT: Blue --> Blue
Expand Down

0 comments on commit 907fa0b

Please sign in to comment.