Skip to content

Commit a7c8d74

Browse files
committed
fix!
1 parent bf387a1 commit a7c8d74

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/matrix_testing/CompileFixTool.ps1

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ param(
1414
[string]
1515
$Language,
1616

17-
# The compiler to use. Valid values are 'clang' and 'arm-clang'.
17+
# The compiler to use.
1818
[Parameter(Mandatory)]
1919
[ValidateSet('clang', 'armclang', 'tiarmclang', 'gcc', 'qcc')]
2020
[string]

0 commit comments

Comments
 (0)