Skip to content

Commit

Permalink
clangformat
Browse files Browse the repository at this point in the history
  • Loading branch information
jjsjann123 committed Nov 6, 2024
1 parent 4c7366b commit 2a1ff76
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions tests/cpp/test_resize.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2282,9 +2282,7 @@ TEST_F(ResizeTest, FusionSqueezeSymbolic) {
NVF_CHECK(ref0.equal(cg_outputs[0]));

EXPECT_THAT(
[&]() {
fec.runFusionWithInputs({t0, 10});
},
[&]() { fec.runFusionWithInputs({t0, 10}); },
ThrowsMessage<nvfError>(
HasSubstr("must concretize to IterType::Broadcast but found")));
}
Expand Down

0 comments on commit 2a1ff76

Please sign in to comment.