From 4f0429c2042c97e646695dcdf724a09dae439168 Mon Sep 17 00:00:00 2001 From: Bruce Forstall Date: Wed, 28 Nov 2018 17:16:23 -0800 Subject: [PATCH] Fix ObjectStackAllocationTests on Linux under minopts Fix the capitalization of COMPlus_JITMinOpts variable, which is case-sensitive on Linux. Fixes #21266 --- .../JIT/opt/ObjectStackAllocation/ObjectStackAllocationTests.csproj | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/src/JIT/opt/ObjectStackAllocation/ObjectStackAllocationTests.csproj b/tests/src/JIT/opt/ObjectStackAllocation/ObjectStackAllocationTests.csproj index b6efc07..578b800 100644 --- a/tests/src/JIT/opt/ObjectStackAllocation/ObjectStackAllocationTests.csproj +++ b/tests/src/JIT/opt/ObjectStackAllocation/ObjectStackAllocationTests.csproj @@ -32,7 +32,7 @@