Fix assembly name due to rename of assembly. (#41037)
authorKenneth Pouncey <kjpou@pt.lu>
Thu, 20 Aug 2020 13:56:26 +0000 (15:56 +0200)
committerGitHub <noreply@github.com>
Thu, 20 Aug 2020 13:56:26 +0000 (15:56 +0200)
src/libraries/System.Private.Runtime.InteropServices.JavaScript/tests/System/Runtime/InteropServices/JavaScript/HelperMarshal.cs

index 15771c3..192f11f 100644 (file)
@@ -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)
         {