We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 2340350 + d462992 commit 9295074Copy full SHA for 9295074
test/Serialization/group_info_diags.swift
@@ -5,7 +5,7 @@
5
// RUN: %FileCheck %s -check-prefix=CORRUPTED < %t/result.txt
6
7
// 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
+// RUN: %llvm-strings %t/HasArray.swiftdoc > %t/doc_strings.txt
9
// RUN: %FileCheck %s -check-prefix=INCLUDED < %t/doc_strings.txt
10
// RUN: %FileCheck %s -check-prefix=EXCLUDED < %t/doc_strings.txt
11
0 commit comments