This repository was archived by the owner on Nov 8, 2018. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
AsyncUsageAnalyzers/AsyncUsageAnalyzers.Test Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -9,11 +9,11 @@ namespace TestHelper
99 using System . Linq ;
1010 using System . Threading ;
1111 using System . Threading . Tasks ;
12+ using AsyncUsageAnalyzers . Test . Helpers ;
1213 using Microsoft . CodeAnalysis ;
1314 using Microsoft . CodeAnalysis . CSharp ;
1415 using Microsoft . CodeAnalysis . Diagnostics ;
1516 using Microsoft . CodeAnalysis . Text ;
16- using AsyncUsageAnalyzers . Test . Helpers ;
1717
1818 /// <summary>
1919 /// Class for turning strings into documents and getting the diagnostics on them.
Original file line number Diff line number Diff line change @@ -10,12 +10,12 @@ namespace TestHelper
1010 using System . Linq ;
1111 using System . Threading ;
1212 using System . Threading . Tasks ;
13+ using AsyncUsageAnalyzers . Test . Helpers ;
1314 using Microsoft . CodeAnalysis ;
1415 using Microsoft . CodeAnalysis . CodeActions ;
1516 using Microsoft . CodeAnalysis . CodeFixes ;
1617 using Microsoft . CodeAnalysis . Diagnostics ;
1718 using Microsoft . CodeAnalysis . Formatting ;
18- using AsyncUsageAnalyzers . Test . Helpers ;
1919 using Xunit ;
2020
2121 /// <summary>
You can’t perform that action at this time.
0 commit comments