Skip to content

Commit

Permalink
Add test
Browse files Browse the repository at this point in the history
  • Loading branch information
marek-safar committed Jul 8, 2013
1 parent 6c54381 commit d51dc95
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions mcs/class/corlib/Test/System/ConsoleTest.cs
Expand Up @@ -331,6 +331,16 @@ public void TestWriteLine_Params()
}

#if !MOBILE

#if NET_4_5
[Test]
public void Foo ()
{
Console.SetError (TextWriter.Null);
Assert.IsFalse (Console.IsErrorRedirected);
}
#endif

// Bug 678357
[Test]
public void EncodingTest ()
Expand Down

0 comments on commit d51dc95

Please sign in to comment.