From 34a98205671ea945a91a2c240e3f95851b87cf43 Mon Sep 17 00:00:00 2001 From: Kenneth Pouncey Date: Thu, 20 Aug 2020 15:56:26 +0200 Subject: [PATCH] Fix assembly name due to rename of assembly. (#41037) --- .../tests/System/Runtime/InteropServices/JavaScript/HelperMarshal.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/libraries/System.Private.Runtime.InteropServices.JavaScript/tests/System/Runtime/InteropServices/JavaScript/HelperMarshal.cs b/src/libraries/System.Private.Runtime.InteropServices.JavaScript/tests/System/Runtime/InteropServices/JavaScript/HelperMarshal.cs index 15771c3..192f11f 100644 --- a/src/libraries/System.Private.Runtime.InteropServices.JavaScript/tests/System/Runtime/InteropServices/JavaScript/HelperMarshal.cs +++ b/src/libraries/System.Private.Runtime.InteropServices.JavaScript/tests/System/Runtime/InteropServices/JavaScript/HelperMarshal.cs @@ -10,7 +10,7 @@ namespace System.Runtime.InteropServices.JavaScript.Tests { public static class HelperMarshal { - internal const string INTEROP_CLASS = "[System.Runtime.InteropServices.JavaScript.Tests]System.Runtime.InteropServices.JavaScript.Tests.HelperMarshal:"; + internal const string INTEROP_CLASS = "[System.Private.Runtime.InteropServices.JavaScript.Tests]System.Runtime.InteropServices.JavaScript.Tests.HelperMarshal:"; internal static int _i32Value; private static void InvokeI32(int a, int b) { -- 2.7.4