Skip to content

Commit 0eca9f7

Browse files
committed
update import-foundation-with-indexing.swift to check that we actually indexed Foundation
1 parent 306df18 commit 0eca9f7

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed
Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,11 @@
1+
// RUN: %empty-directory(%t)
12
// RUN: %target-swift-frontend %s -c -index-system-modules -index-store-path %t -enable-experimental-cxx-interop
2-
//
3+
// RUN: ls %t/v5/units | %FileCheck %s
4+
35
// REQUIRES: OS=macosx
46

57
import Foundation
68

7-
func test(d: Date) {}
9+
func test(d: Date) {}
10+
11+
// CHECK: Foundation-{{.*}}.pcm

0 commit comments

Comments
 (0)