Skip to content

Commit 9123940

Browse files
committed
Fixing addition of xunit fact attritute on iltests
1 parent 7b9c6a8 commit 9123940

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

‎ILTransform/TestProject.cs‎

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1857,9 +1857,6 @@ private static void AnalyzeILSource(string path, ref SourceInfo sourceInfo)
18571857
sourceInfo.NamespaceLine = index;
18581858
}
18591859
}
1860-
1861-
// IL projects don't actually need the Fact attribute providing they have a Main method
1862-
sourceInfo.HasFactAttribute = (sourceInfo.FirstMainMethodDefLine >= 0);
18631860
}
18641861

18651862
private static void AnalyzeILSourceForTypeNames(string path, List<string> lines, ref SourceInfo sourceInfo)

0 commit comments

Comments
 (0)