File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
- // RUN: %target-swift-frontend -emit-sil -I %S/Inputs/custom-modules %s 2>&1 | FileCheck --check-prefix=SIL %s
1
+ // RUN: %target-swift-frontend -emit-sil -I %S/../IDE/ Inputs/custom-modules %s 2>&1 | FileCheck --check-prefix=SIL %s
2
2
// REQUIRES: objc_interop
3
- import ImportAsMember
3
+ import ImportAsMember. A
4
4
import ImportAsMember. Proto
5
5
6
6
public func returnGlobalVar( ) -> Double {
@@ -13,7 +13,7 @@ public func returnGlobalVar() -> Double {
13
13
// SIL-NEXT: }
14
14
15
15
// SIL-LABEL: sil {{.*}}useProto{{.*}} (@owned IAMProto) -> () {
16
- // TODO: Move this test case into test/SILGen, then add in body checks
16
+ // TODO: Add in body checks
17
17
public func useProto( p: IAMProto ) {
18
18
p. mutateSomeState ( )
19
19
let v = p. someValue
You can’t perform that action at this time.
0 commit comments