Skip to content

Commit a87e668

Browse files
committed
[Import as member] Move SILGen test to SILGen directory
1 parent c38adb5 commit a87e668

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

test/IDE/import_as_member_silgen.swift renamed to test/SILGen/import_as_member.swift

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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
22
// REQUIRES: objc_interop
3-
import ImportAsMember
3+
import ImportAsMember.A
44
import ImportAsMember.Proto
55

66
public func returnGlobalVar() -> Double {
@@ -13,7 +13,7 @@ public func returnGlobalVar() -> Double {
1313
// SIL-NEXT: }
1414

1515
// 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
1717
public func useProto(p: IAMProto) {
1818
p.mutateSomeState()
1919
let v = p.someValue

0 commit comments

Comments
 (0)