Skip to content

Commit 105bb52

Browse files
committed
Change code based on review
1 parent 2a90792 commit 105bb52

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

onnxruntime/test/providers/checkers.cc

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -212,7 +212,6 @@ template <>
212212
struct TensorCheck<UInt4x2> {
213213
void operator()(const Tensor& expected, const Tensor& actual, const ValidateOutputParams& params,
214214
const std::string& /*provider_type*/) const {
215-
ORT_UNUSED_PARAMETER(params);
216215
const bool has_abs_err = params.absolute_error.has_value();
217216
Tensor expected_sorted, actual_sorted;
218217
const UInt4x2* cur_expected;

onnxruntime/test/providers/cpu/tensor/slice_op.test.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -541,7 +541,7 @@ TEST(SliceTest, Slice1D_ReverseAllAxes_1) {
541541
}
542542

543543
if (DefaultOpenVINOExecutionProvider().get() != nullptr) {
544-
GTEST_SKIP() << "Skipping because of the following error: The input ends did not supported int max when step is negtive.";
544+
GTEST_SKIP() << "Skipping because of the following error: The input ends do not support int max when step is negative.";
545545
}
546546

547547
RunSliceTest<float>({4},

0 commit comments

Comments
 (0)