Skip to content

Commit 0c6d24d

Browse files
authored
Update tests/test-backend-ops.cpp
1 parent 0f301ec commit 0c6d24d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test-backend-ops.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1022,7 +1022,7 @@ struct test_case {
10221022
}
10231023

10241024
// Checks an op against the test filter, which is a comma separated list of OP names or specific variations
1025-
bool matches_filter(ggml_tensor* op, const char* op_names_filter) {
1025+
bool matches_filter(ggml_tensor * op, const char * op_names_filter) {
10261026
if (op_names_filter) {
10271027
const auto op_name = op_desc(op);
10281028
const auto op_full_name = op_name + "(" + vars() + ")";

0 commit comments

Comments
 (0)