Skip to content

Commit

Permalink
Merge pull request #5 from hylo-lang/remove_extra_printf
Browse files Browse the repository at this point in the history
Remove extra printf
  • Loading branch information
lucteo authored May 6, 2024
2 parents f9fc775 + ec7bb5c commit 75e55b5
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 75e55b5

Please sign in to comment.