yyang42 / moulitest

This repository contains tests for several projects done at 42.
127 stars 37 forks source link

overflow for numbers #26

Closed jgan42 closed 8 years ago

jgan42 commented 8 years ago

I just got in 42, sorry if i made a bad move on gits.

I added overflows in tests like it was in the test "hhd" for every type of numbers. In fact, for "short ints" the moulitest originally didn't show any errors if we get the "va_arg" as "int".

yyang42 commented 8 years ago

Thanks for writing the new tests.

It seems that your commit does not have the same email as your github email. Could you fix that ? image

Your name and email address were configured automatically based on your username and hostname. Please check that they are accurate. You can suppress this message by setting them explicitly:

    git config --global user.name "Your Name"
    git config --global user.email you@example.com

After doing this, you may fix the identity used for this commit with:

    git commit --amend --reset-author