Skip to content

Commit b36737c

Browse files
committed
Lint prim_ops_test.cpp
1 parent 2403b89 commit b36737c

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

kernels/prim_ops/test/prim_ops_test.cpp

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -326,8 +326,7 @@ TEST_F(RegisterPrimOpsTest, TestNegScalarWithTensorFails) {
326326

327327
// Try to negate a tensor, which should cause a runtime error.
328328
ET_EXPECT_KERNEL_FAILURE(
329-
context_,
330-
getOpsFn("executorch_prim::neg.Scalar")(context_, stack));
329+
context_, getOpsFn("executorch_prim::neg.Scalar")(context_, stack));
331330
}
332331

333332
TEST_F(RegisterPrimOpsTest, TestETView) {

0 commit comments

Comments
 (0)