Skip to content

Commit c88afb4

Browse files
committed
Fix build
1 parent bdb5923 commit c88afb4

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

CodeJam.Main.Tests/IO/TempDataTests.cs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
using System;
1+
using NUnit.Framework;
2+
using System;
23
using System.IO;
4+
using System.Runtime.CompilerServices;
35
using System.Text;
46

5-
using NUnit.Framework;
6-
77
namespace CodeJam.IO
88
{
99
[TestFixture(Category = "IO")]

0 commit comments

Comments
 (0)