Browse Source

Fix test runner diff output. Closes #25.

pull/37/head
Daniel Grunwald 15 years ago
parent
commit
64b116cf94
  1. 2
      ICSharpCode.Decompiler/Tests/TestRunner.cs

2
ICSharpCode.Decompiler/Tests/TestRunner.cs

@ -72,7 +72,7 @@ namespace ICSharpCode.Decompiler.Tests @@ -72,7 +72,7 @@ namespace ICSharpCode.Decompiler.Tests
}
while ((line2 = r2.ReadLine()) != null) {
ok = false;
diff.WriteLine("+" + line1);
diff.WriteLine("+" + line2);
}
return ok;
}

Loading…
Cancel
Save