* TestMessageLogger.cs: Emit debug messages to stderr.
[mono.git] / mcs / class / Microsoft.Build.Tasks / Test / Microsoft.Build.Tasks / CreateCSharpManifestResourceNameTest.cs
index 3466871248925fc58c989bb351f5e04ca08a75e8..8967b51ba9a1c1c5342c6042b684b37176e9899d 100755 (executable)
@@ -177,7 +177,7 @@ namespace MonoTests.Microsoft.Build.Tasks
                                                Assert.IsTrue (group [i].HasMetadata ("DependentUpon"), "A5 #" + (i + 1));
                                }
                        } catch (Exception) {
-                               Console.WriteLine (projectText);
+                               Console.Error.WriteLine (projectText);
                                testLogger.DumpMessages ();
                                throw;
                        }