Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/dotnet/runtime.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichal Strehovský <MichalStrehovsky@users.noreply.github.com>2022-08-05 08:29:27 +0300
committerGitHub <noreply@github.com>2022-08-05 08:29:27 +0300
commitb13e6ef8cba3a1be054e2d3fd2f431b2b14dbf34 (patch)
tree785eb54c2986c8a0a3a361e6c380d09a88368a34 /eng/testing
parent5cdb32284a70a4ea9f25b41ba27ae69e0bafdd45 (diff)
[NativeAot] Bring up a dozen or so libraries tests (#73363)
This time found some product issues and fixed them.
Diffstat (limited to 'eng/testing')
-rw-r--r--eng/testing/tests.singlefile.targets2
1 files changed, 1 insertions, 1 deletions
diff --git a/eng/testing/tests.singlefile.targets b/eng/testing/tests.singlefile.targets
index 18b342db71a..1cfa4ba1cde 100644
--- a/eng/testing/tests.singlefile.targets
+++ b/eng/testing/tests.singlefile.targets
@@ -26,7 +26,7 @@
<IlcBuildTasksPath>$(CoreCLRILCompilerDir)netstandard/ILCompiler.Build.Tasks.dll</IlcBuildTasksPath>
<IlcSdkPath>$(CoreCLRAotSdkDir)</IlcSdkPath>
<IlcFrameworkPath>$(NetCoreAppCurrentTestHostSharedFrameworkPath)</IlcFrameworkPath>
- <NoWarn>$(NoWarn);IL3050;IL3051;IL3052;IL3055;IL1005;IL3002</NoWarn>
+ <NoWarn>$(NoWarn);IL3050;IL3051;IL3052;IL3054;IL3055;IL1005;IL3002</NoWarn>
<TrimmerSingleWarn>false</TrimmerSingleWarn>
<SuppressTrimAnalysisWarnings>true</SuppressTrimAnalysisWarnings>