Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Convention change for stubs #109

Closed
wants to merge 1 commit into from
Closed

Convention change for stubs #109

wants to merge 1 commit into from

Conversation

Mamietti
Copy link
Collaborator

Changed SUCCESS to ACCEPT and FAILURE to REJECT for clarity.
Would close #104

} else {
printf ("VERIFY SUCCESS");
printf ("VERIFY ACCEPT");
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is this printf() missing \n?

@Mamietti Mamietti changed the title Convention change for stubs [WIP]Convention change for stubs Jul 25, 2016
@Mamietti Mamietti changed the title [WIP]Convention change for stubs Convention change for stubs Jul 26, 2016
@aleksiklasila aleksiklasila deleted the convention-change branch July 27, 2016 07:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Proposal: Clearer distinction between "verification failed" and "test failed"
3 participants