Skip to content

Commit

Permalink
Actually fix build break.
Browse files Browse the repository at this point in the history
  • Loading branch information
NTaylorMullen committed Sep 8, 2016
1 parent 11af25b commit 17c6cfc
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ public void Accept_CorrectlyGeneratesCode(IList<Chunk> chunks)
#endif

// Assert
Assert.Equal(expectedOutput, resultOutput, StringComparer.Ordinal, ignoreLineEndingDifferences: true);
Assert.Equal(expectedOutput, resultOutput, ignoreLineEndingDifferences: true);
}
}
}

0 comments on commit 17c6cfc

Please sign in to comment.