Skip to content

Commit 8927286

Browse files
committed
pre-commit run
Signed-off-by: Rob Suderman <rob.suderman@gmail.com>
1 parent fcd3da7 commit 8927286

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

tests/lit/test_pointwise_asm_emitter_neg.cpp

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -49,9 +49,9 @@ using namespace fusilli;
4949
int main(int argc, char **argv) {
5050
std::string mode = (argc > 1) ? argv[1] : "default";
5151

52-
auto status = testUnaryPointwiseAsmEmitter(
53-
"pointwise_asm_emitter_neg", "neg", mode, PointwiseAttr::Mode::NEG,
54-
{16, 256, 64, 32});
52+
auto status =
53+
testUnaryPointwiseAsmEmitter("pointwise_asm_emitter_neg", "neg", mode,
54+
PointwiseAttr::Mode::NEG, {16, 256, 64, 32});
5555
if (isError(status)) {
5656
std::cerr << "Test failed: " << status << std::endl;
5757
return 1;

0 commit comments

Comments
 (0)