Skip to content

Commit c1750d9

Browse files
committed
Remove unused variable
1 parent f07f29b commit c1750d9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/dotnet/UnitTests/ProjectTest.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1961,7 +1961,7 @@ public void PartialAOTExceptCoreLib (ApplePlatform platform, string runtimeIdent
19611961
var appExecutable = GetNativeExecutable (platform, appPath);
19621962

19631963
if (CanExecute (platform, runtimeIdentifiers)) {
1964-
var output = ExecuteWithMagicWordAndAssert (appExecutable);
1964+
ExecuteWithMagicWordAndAssert (appExecutable);
19651965
}
19661966
}
19671967

@@ -1988,7 +1988,7 @@ public void PartialAOTOnlyCoreLib (ApplePlatform platform, string runtimeIdentif
19881988
var appExecutable = GetNativeExecutable (platform, appPath);
19891989

19901990
if (CanExecute (platform, runtimeIdentifiers)) {
1991-
var output = ExecuteWithMagicWordAndAssert (appExecutable);
1991+
ExecuteWithMagicWordAndAssert (appExecutable);
19921992
}
19931993
}
19941994
}

0 commit comments

Comments
 (0)