Skip to content

Commit 9295074

Browse files
authored
Merge pull request #24092 from compnerd/stringing-you-along
test: repair the Windows test suite
2 parents 2340350 + d462992 commit 9295074

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/Serialization/group_info_diags.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
// RUN: %FileCheck %s -check-prefix=CORRUPTED < %t/result.txt
66

77
// RUN: %target-swift-frontend -emit-module %s -module-name HasArray -o %t -module-cache-path %t/mcp -group-info-path %S/Inputs/group_info.json -emit-module-doc &> %t/result.txt
8-
// RUN: strings %t/HasArray.swiftdoc > %t/doc_strings.txt
8+
// RUN: %llvm-strings %t/HasArray.swiftdoc > %t/doc_strings.txt
99
// RUN: %FileCheck %s -check-prefix=INCLUDED < %t/doc_strings.txt
1010
// RUN: %FileCheck %s -check-prefix=EXCLUDED < %t/doc_strings.txt
1111

0 commit comments

Comments
 (0)