Skip to content

Commit

Permalink
Remove extra printf
Browse files Browse the repository at this point in the history
  • Loading branch information
lucteo committed May 6, 2024
1 parent f9fc775 commit ec7bb5c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion test/test_context.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,6 @@ TEST_CASE("context_core_api_jump_fcontext can pass data around",

// Act: send value 1, expect to get back value 2
auto r = context_core_api_jump_fcontext(ctx, reinterpret_cast<void*>(uintptr_t(1)));
printf("prev: %p\n", r.fctx);

// Assert
REQUIRE(reinterpret_cast<uintptr_t>(r.data) == 2);
Expand Down

0 comments on commit ec7bb5c

Please sign in to comment.