one project builds

This commit is contained in:
Brendan Forster
2014-12-14 21:37:57 +09:30
parent 23186f08ee
commit 7d545754a7
16 changed files with 246 additions and 261 deletions
+1 -1
View File
@@ -27,7 +27,7 @@ public class PunchCardTests
{
IList<int> point1 = new[] { 1, 2, 3 };
IEnumerable<IList<int>> points = new List<IList<int>> { point1 };
Assert.DoesNotThrow(() => new PunchCard(points));
var punchcard = new PunchCard(points);
}
[Fact]