Skip to content
This repository has been archived by the owner on Apr 11, 2021. It is now read-only.

Add assert_test_result required by latest nightly #2

Merged
merged 1 commit into from
Feb 25, 2018
Merged

Add assert_test_result required by latest nightly #2

merged 1 commit into from
Feb 25, 2018

Conversation

paoloteti
Copy link
Contributor

On recent nightly rather than directly give the test function
to the test harness, compiler create a wrapper like this:

|| test::assert_test_result(real_function())

invoked when unit tests terminate

See 48143 on rust-lang/rust

On recent nightly rather than directly give the test function
to the test harness, compiler  create a wrapper like this:

     || test::assert_test_result(real_function())

invoked when unit tests terminate
@japaric japaric merged commit 70dd2f2 into japaric:master Feb 25, 2018
@japaric
Copy link
Owner

japaric commented Feb 25, 2018

Thanks, @paoloteti!

@paoloteti paoloteti deleted the assert_test_result branch February 25, 2018 15:45
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants