Check-in changes to generated files (#88741)
authorMike Voorhees <mrvoorhe@users.noreply.github.com>
Thu, 13 Jul 2023 02:34:48 +0000 (22:34 -0400)
committerGitHub <noreply@github.com>
Thu, 13 Jul 2023 02:34:48 +0000 (21:34 -0500)
I don't know anything about this file but when I build illink.sln this file is modified.  I'm guessing these changes should be checked in?

src/tools/illink/test/ILLink.RoslynAnalyzer.Tests/generated/ILLink.RoslynAnalyzer.Tests.Generator/ILLink.RoslynAnalyzer.Tests.TestCaseGenerator/ReferencesTests.g.cs

index 8d7750a..57baa89 100644 (file)
@@ -10,6 +10,18 @@ namespace ILLink.RoslynAnalyzer.Tests
                protected override string TestSuiteName => "References";
 
                [Fact]
+               public Task AssemblyOnlyUsedByUsingSaveAction ()
+               {
+                       return RunTest (allowMissingWarnings: true);
+               }
+
+               [Fact]
+               public Task AssemblyOnlyUsedByUsingSaveActionWithSymbols ()
+               {
+                       return RunTest (allowMissingWarnings: true);
+               }
+
+               [Fact]
                public Task AssemblyOnlyUsedByUsingWithCsc ()
                {
                        return RunTest (allowMissingWarnings: true);