mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
This reverts commits r26369 & r26381. After upstream clang changes, reverted r25843 which was compensating for a previous upstream clang change. But keep test/IDE/complete_from_clang_framework.swift disabled for further investigation, because it seems to have some duplications in a code-completion test. rdar://20245658&20247922 Swift SVN r26430
12 lines
351 B
Swift
12 lines
351 B
Swift
// RUN: rm -rf %t
|
|
// RUN: mkdir -p %t
|
|
// RUN: %target-swift-ide-test -print-module -module-print-submodules -module-to-print=Foundation -function-definitions=false -source-filename %s > %t/out 2>&1
|
|
// RUN: FileCheck -input-file=%t/out %s
|
|
|
|
// REQUIRES: objc_interop
|
|
|
|
import Foundation
|
|
|
|
// CHECK: func loadAndReturnError(error: NSErrorPointer) -> Bool
|
|
|