Skip to content

Commit 57289e6

Browse files
committed
Format
1 parent b290990 commit 57289e6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tools/clang/unittests/HLSLExec/ExecutionTest.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11629,7 +11629,7 @@ bool DoArraysMatch(const std::array<T, N> &ActualValues,
1162911629
MismatchedIndexes.push_back(Index);
1163011630
}
1163111631
} else if constexpr (std::is_same_v<T, double>) {
11632-
Log::Warning(L"Double comparison not implemented yet. Defaulting to simple comparison for now.");
11632+
WEX::Logging::Log::Warning(L"Double comparison not implemented yet. Defaulting to simple comparison for now.");
1163311633
if(ActualValues[Index] != ExpectedValues[Index])
1163411634
MismatchedIndexes.push_back(Index);
1163511635
} else if (Tolerance == 0 && ActualValues[Index] != ExpectedValues[Index]) {

0 commit comments

Comments
 (0)