Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
Signed-off-by: Jemale Lockett <jemale.lockett@intel.com>
  • Loading branch information
Jemale committed Jul 11, 2024
1 parent 51b0138 commit d3053cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion layer_tests/tracing/src/test_api_ltracing.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1975,7 +1975,7 @@ TEST_F(
ze_result_t result =
zeSamplerCreate(context, device, &sampler_desc, &sampler);
if ((result == ZE_RESULT_ERROR_UNSUPPORTED_FEATURE) ||
(result = ZE_RESULT_ERROR_UNINITIALIZED)) {
(result == ZE_RESULT_ERROR_UNINITIALIZED)) {
LOG_WARNING << "test not executed because "
"sampler is not supported";
user_data.prologue_called = true;
Expand Down

0 comments on commit d3053cf

Please sign in to comment.