Skip to content

Commit

Permalink
Revert #4506 (#4519)
Browse files Browse the repository at this point in the history
  • Loading branch information
kazarmy authored May 27, 2024
1 parent d19fc9d commit 7b91fb6
Show file tree
Hide file tree
Showing 20 changed files with 419 additions and 449 deletions.
1 change: 0 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -239,7 +239,6 @@ jobs:
if: matrix.os == 'macos-12' && matrix.enabled
run: |
sudo security authorizationdb write system.privilege.taskport allow
sudo /usr/sbin/DevToolsSecurity --enable
- name: Run unit tests (meson)
continue-on-error: ${{ matrix.allow_failure }}
if: matrix.build_system == 'meson' && matrix.enabled
Expand Down
2 changes: 1 addition & 1 deletion binrz/rz-test/run.c
Original file line number Diff line number Diff line change
Expand Up @@ -558,7 +558,7 @@ RZ_API RzTestResultInfo *rz_test_run_test(RzTestRunConfig *config, RzTest *test)
return ret;
}

RZ_API void rz_test_result_info_free(RZ_NULLABLE RzTestResultInfo *result) {
RZ_API void rz_test_test_result_info_free(RzTestResultInfo *result) {
if (!result) {
return;
}
Expand Down
Loading

0 comments on commit 7b91fb6

Please sign in to comment.