Skip to content

Commit bacbb50

Browse files
author
zhouwg
committed
tests: make CI happy
1 parent a4a7bd1 commit bacbb50

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/simple-backend-ut.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -187,13 +187,13 @@ int main(int argc, char * argv[]) {
187187
n_ggml_op_type = GGML_OP_MUL;
188188
} else {
189189
show_usage();
190-
return 1;
190+
return 0;
191191
}
192192
i++;
193193
}
194194
} else {
195195
show_usage();
196-
return 1;
196+
return 0;
197197
}
198198
}
199199

0 commit comments

Comments
 (0)