From c3ea03755a1dbf939f33bd5239c7f2fe6fdf7e28 Mon Sep 17 00:00:00 2001 From: Elinor Fung Date: Mon, 8 Dec 2025 14:10:12 -0800 Subject: [PATCH] Fix test script invocation of RunCrossGen2OnFiles --- src/tests/Common/CLRTest.CrossGen.targets | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/tests/Common/CLRTest.CrossGen.targets b/src/tests/Common/CLRTest.CrossGen.targets index 9c883118e0a401..6fdd2000655c7e 100644 --- a/src/tests/Common/CLRTest.CrossGen.targets +++ b/src/tests/Common/CLRTest.CrossGen.targets @@ -184,7 +184,7 @@ if [ ! -z ${RunCrossGen2+x} ]%3B then do echo $dllFile bareFileName="${dllFile##*/}" - RunCrossgen2OnFiles "$PWD/$bareFileName" "$dllFile" + RunCrossgen2OnFiles "$PWD/$bareFileName" "$PWD/$bareFileName" "$dllFile" if [ $__cg2ExitCode -ne 0 ]; then break fi