Skip to content

Commit

Permalink
Fixing little 'hitch' in TraceWriterWithStackTraceExpectationWriter (…
Browse files Browse the repository at this point in the history
…was causing a failing test)
  • Loading branch information
TimBarcz committed Sep 7, 2010
1 parent 4b2f916 commit d458e60
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -24,7 +24,7 @@ public class TraceWriterWithStackTraceExpectationWriter : IExpectationLogger
/// <param name="message">The message.</param>
public void Log(string message)
{
WriteLine(message);
Debug.WriteLine(message);
}

/// <summary>
Expand Down

0 comments on commit d458e60

Please sign in to comment.