Skip to content
This repository has been archived by the owner on Jul 2, 2019. It is now read-only.

Commit

Permalink
soundpipe test: do NOT fail by default
Browse files Browse the repository at this point in the history
  • Loading branch information
PaulBatchelor committed Jun 6, 2017
1 parent 1fed925 commit c0f6e14
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions sp.w
Expand Up @@ -141,8 +141,7 @@ int t_voc(sp_test *tst, sp_data *sp, const char *hash)
sp_osc_destroy(&ud.osc);

if(fail) return SP_NOT_OK;
/* fail by default */
else return SP_NOT_OK;
else return SP_OK;
}

@ \subsec{Soundpipe Perfomance Test}
Expand Down

0 comments on commit c0f6e14

Please sign in to comment.