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.
1 parent 793f8f1 commit 5520a28Copy full SHA for 5520a28
tools/clang/unittests/HLSLExec/LongVectors.cpp
@@ -533,7 +533,7 @@ void OpTest::testBaseMethod(
533
L"Device does not support SM 6.9. Can't run these tests.");
534
#else
535
WEX::Logging::Log::Comment(
536
- "Device does not support SM 6.9. Can't run these tests.");
+ L"Device does not support SM 6.9. Can't run these tests.");
537
WEX::Logging::Log::Result(WEX::Logging::TestResults::Skipped);
538
return;
539
#endif
0 commit comments