Skip to content

Commit

Permalink
fix build break on OSX/Linux
Browse files Browse the repository at this point in the history
  • Loading branch information
TingluoHuang authored Oct 19, 2016
1 parent a6fdfa6 commit bbfa66b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/Test/L0/Listener/Configuration/ConfigurationManagerL0.cs
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
using System;
using System.Collections.Generic;
using System.IO;
using System.Runtime.CompilerServices;
using System.Security.Cryptography;
using System.Threading.Tasks;
Expand Down Expand Up @@ -184,4 +185,4 @@ public async Task CanEnsureConfigure()
// TODO Unit Test for IsConfigured - Rename config file and make sure it returns false

}
}
}

0 comments on commit bbfa66b

Please sign in to comment.