Skip to content

Commit 171e12f

Browse files
authored
Merge pull request #29311 from compnerd/listing-a-request-for-find
test: adjust the test use to `ls` instead of `find`
2 parents 4efbfbd + bc84c29 commit 171e12f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/Index/index_swift_only_systemmodule.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ print(someFunc())
8989
// RUN: %s
9090
//
9191
// --- Ensure module cache is populated.
92-
// RUN: find %t/modulecache -maxdepth 1 -name 'SomeModule-*.swiftmodule' | grep .
92+
// RUN: ls %t/modulecache/SomeModule-*.swiftmodule
9393
//
9494
// --- Built with indexing
9595
// RUN: %target-swift-frontend \

0 commit comments

Comments
 (0)