Skip to content

Commit

Permalink
[System] Fix building unit tests under the mobile profile
Browse files Browse the repository at this point in the history
  • Loading branch information
spouliot committed Sep 12, 2014
1 parent 41339d9 commit 90bb9c6
Showing 1 changed file with 3 additions and 1 deletion.
Expand Up @@ -28,6 +28,8 @@
// WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
//

#if !MOBILE

using System;
using System.IO;
using System.Diagnostics;
Expand Down Expand Up @@ -83,4 +85,4 @@ public void clearMessageCounters()
}
}


#endif

0 comments on commit 90bb9c6

Please sign in to comment.