mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
These test lines weren't actually providing any value and were annoying to write. Let's jut remove them.
11 lines
762 B
Swift
11 lines
762 B
Swift
// RUN: %target-swift-ide-test -code-completion -source-filename %s -F %S/Inputs/mock-sdk -code-completion-token=CLANG_IMPORT1 | %FileCheck %s -check-prefix=CLANG_IMPORT1
|
|
// RUN: %target-swift-ide-test -code-completion -source-filename %s -second-source-filename %S/Inputs/complete_import_multifile2.swift -F %S/Inputs/mock-sdk -code-completion-token=CLANG_IMPORT1 | %FileCheck %s -check-prefix=CLANG_IMPORT1
|
|
// REQUIRES: objc_interop
|
|
|
|
import #^CLANG_IMPORT1^#
|
|
|
|
// CLANG_IMPORT1-DAG: Decl[Module]/None: Foo[#Module#]; name=Foo
|
|
// CLANG_IMPORT1-DAG: Decl[Module]/None: FooHelper[#Module#]; name=FooHelper
|
|
// CLANG_IMPORT1-DAG: Decl[Module]/None: Bar[#Module#]; name=Bar
|
|
// CLANG_IMPORT1-NOT: SwiftShims
|