Skip to content

Commit 2a63db8

Browse files
committed
typo
1 parent efa1cd9 commit 2a63db8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tools/clang/unittests/HLSL/CompilerTest.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3712,7 +3712,7 @@ TEST_F(CompilerTest, CompileWhenODumpThenOptimizerMatch) {
37123712
LPCWSTR Target = L"ps_6_0";
37133713
CreateBlobFromText("float4 main() : SV_Target { return 0; }", &pSource);
37143714

3715-
LPCWSTR Args[3] = {OptLevel, L"-select-validater external", L"/Odump"};
3715+
LPCWSTR Args[3] = {OptLevel, L"-select-validator external", L"/Odump"};
37163716

37173717
// Get the passes for this optimization level.
37183718
VERIFY_SUCCEEDED(pCompiler->Compile(pSource, L"source.hlsl", L"main",

0 commit comments

Comments
 (0)