From 2add95d3f3dc6e0b54946f88ba2215560f5002a3 Mon Sep 17 00:00:00 2001 From: Aaron Robinson Date: Tue, 5 Mar 2019 12:08:01 -0800 Subject: [PATCH] Re-enable RCW license tests (#23023) --- tests/src/Interop/COM/NETClients/Licensing/Program.cs | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/tests/src/Interop/COM/NETClients/Licensing/Program.cs b/tests/src/Interop/COM/NETClients/Licensing/Program.cs index 7944118..68ac881 100644 --- a/tests/src/Interop/COM/NETClients/Licensing/Program.cs +++ b/tests/src/Interop/COM/NETClients/Licensing/Program.cs @@ -131,10 +131,9 @@ namespace NetClient try { - // Uncomment once https://github.com/dotnet/corefx/pull/35767 is in sync with coreclr repo - //ActivateLicensedObject(); - //ActivateUnderDesigntimeContext(); - //ActivateUnderRuntimeContext(); + ActivateLicensedObject(); + ActivateUnderDesigntimeContext(); + ActivateUnderRuntimeContext(); } catch (Exception e) { -- 2.7.4