Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/feature/json' into feature/json
Browse files Browse the repository at this point in the history
  • Loading branch information
hejunchao committed Aug 29, 2023
2 parents b511b9f + 1bf5d99 commit d6a6f1a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/kernels/test_prelu.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ class PreluTest : public KernelTest,
}
}

void TearDown() override { CLEAR_SUBCASE() }
void TearDown() override{CLEAR_SUBCASE()}

slope_t GetSlopeArray(const char *key) {
assert(_document[key].IsArray());
Expand Down

0 comments on commit d6a6f1a

Please sign in to comment.