Skip to content
Snippets Groups Projects
Commit 09d0ed5a authored by Marmaduke Woodman's avatar Marmaduke Woodman
Browse files

Revert "fail on both branches"

This reverts commit 309ab55f.
parent 309ab55f
No related branches found
No related tags found
No related merge requests found
......@@ -3,5 +3,5 @@
int main ()
{
return cos(M_PI) == 0.0 ? 1 : 1;
return cos(M_PI) == 0.0 ? 1 : 0;
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment