Skip to content
Snippets Groups Projects
Commit e386f629 authored by Ari Trachtenberg's avatar Ari Trachtenberg
Browse files

fixed bug in problem 2 test

parent eaab175b
No related branches found
No related tags found
No related merge requests found
......@@ -20,7 +20,7 @@ bool test_2a() {
bool test_2b() {
string boardB = "xxxx----x\n-yyyyy--y\n";
string boardBb = "xxxx----x\\n-yyyyy--y\\n";
string boardBp = "xxxx----x\\n-yyyyy--y\\n";
if (longestStreak(boardB)!=5 && longestStreak(boardBp)!=5)
return false;
return true;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment