Skip to content

Commit 5520a28

Browse files
committed
Uses wide-char string as indicated for logging method.
1 parent 793f8f1 commit 5520a28

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/clang/unittests/HLSLExec/LongVectors.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -533,7 +533,7 @@ void OpTest::testBaseMethod(
533533
L"Device does not support SM 6.9. Can't run these tests.");
534534
#else
535535
WEX::Logging::Log::Comment(
536-
"Device does not support SM 6.9. Can't run these tests.");
536+
L"Device does not support SM 6.9. Can't run these tests.");
537537
WEX::Logging::Log::Result(WEX::Logging::TestResults::Skipped);
538538
return;
539539
#endif

0 commit comments

Comments
 (0)