-
-
Notifications
You must be signed in to change notification settings - Fork 182
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
Fix existing examples so they pass all tests #62
Comments
I think the issue with Hello World is that a stub is provided named |
I don't see any failures for Anagram. What failure are you seeing? |
Yep, good call about Hello World. As for Anagram, I'm getting: |
I can't get a failure for Anagram either (Ubuntu 12.04 & 16.04). I even tried it using GCC 4.8, which I think I heard was the version on Travis (?) but that worked fine as well. I will take a more in-depth look tomorrow and test the failure on Travis. We need to get this running before putting more exercises in. #71 wouldn't even compile, one of the test names was wrong. |
Ok, I'm not sure what was going on before, but Anagram is now working for me. Maybe fed3ddf fixed it? |
I think it's quite likely that it did. I think this is good to go. |
The text was updated successfully, but these errors were encountered: