Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

typo in test runner #25

Closed
jensod opened this issue Feb 21, 2011 · 2 comments
Closed

typo in test runner #25

jensod opened this issue Feb 21, 2011 · 2 comments

Comments

@jensod
Copy link

jensod commented Feb 21, 2011

ICSharpCode.Decompiler/Tests/TestRunner.cs line 75

        while ((line2 = r2.ReadLine()) != null) {
            ok = false;
  •           diff.WriteLine("+" + line1);
    
  •           diff.WriteLine("+" + line2);
        }
    
@jensod
Copy link
Author

jensod commented Feb 21, 2011

Formatter converted - and + to bullets the change needed is from line1 to line2

@dgrunwald
Copy link
Member

Fix test runner diff output. Closed by 64b116c.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Aug 11, 2020
This issue was closed.
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants