Skip to content

Commit

Permalink
tests/dummy: switch to new REQUIRE macro
Browse files Browse the repository at this point in the history
  • Loading branch information
haasn committed Feb 14, 2023
1 parent 4124139 commit 0609712
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/tests/dummy.c
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ int main()
pl_shader_reset(sh, pl_shader_params( .gpu = gpu ));
REQUIRE(pl_shader_sample_polar(sh, &src, &filter_params));
REQUIRE((res = pl_shader_finalize(sh)));
REQUIRE(res->input == PL_SHADER_SIG_SAMPLER);
REQUIRE_CMP(res->input, ==, PL_SHADER_SIG_SAMPLER, "u");

pl_shader_free(&sh);
pl_shader_obj_destroy(&lut);
Expand Down

0 comments on commit 0609712

Please sign in to comment.