summaryrefslogtreecommitdiff
path: root/tests/src/baseservices/regression/v1/threads
diff options
context:
space:
mode:
authorTanner Gooding <tagoo@outlook.com>2018-07-19 12:16:06 -0700
committerTanner Gooding <tagoo@outlook.com>2018-07-19 16:50:21 -0700
commit21ade50e57e1f61fb7a1a4970adba12d72ec72f7 (patch)
treeb5af5bc68dd447225e6c1fbae18a825d473eeb75 /tests/src/baseservices/regression/v1/threads
parentf7ecbeb7211f0eed7af22943ebf3c51f865fccca (diff)
downloadcoreclr-21ade50e57e1f61fb7a1a4970adba12d72ec72f7.tar.gz
coreclr-21ade50e57e1f61fb7a1a4970adba12d72ec72f7.tar.bz2
coreclr-21ade50e57e1f61fb7a1a4970adba12d72ec72f7.zip
Removing WINCORESYS usages from the test projects
Diffstat (limited to 'tests/src/baseservices/regression/v1/threads')
-rw-r--r--tests/src/baseservices/regression/v1/threads/functional/threadpool/cs_support/fibonacci.cs3
-rw-r--r--tests/src/baseservices/regression/v1/threads/functional/threadpool/cs_threadpoolnullchecks/cs_threadpoolnullchecks.cs4
2 files changed, 0 insertions, 7 deletions
diff --git a/tests/src/baseservices/regression/v1/threads/functional/threadpool/cs_support/fibonacci.cs b/tests/src/baseservices/regression/v1/threads/functional/threadpool/cs_support/fibonacci.cs
index 9bcd0747ba..5070eaf612 100644
--- a/tests/src/baseservices/regression/v1/threads/functional/threadpool/cs_support/fibonacci.cs
+++ b/tests/src/baseservices/regression/v1/threads/functional/threadpool/cs_support/fibonacci.cs
@@ -11,9 +11,6 @@ using System;
using System.Threading;
using System.Security;
-#if WINCORESYS
-[assembly: AllowPartiallyTrustedCallers]
-#endif
namespace ThreadPool_Test {
public class Fibonacci {
private int fibnumber;
diff --git a/tests/src/baseservices/regression/v1/threads/functional/threadpool/cs_threadpoolnullchecks/cs_threadpoolnullchecks.cs b/tests/src/baseservices/regression/v1/threads/functional/threadpool/cs_threadpoolnullchecks/cs_threadpoolnullchecks.cs
index ccb56485db..eaa2d7fc93 100644
--- a/tests/src/baseservices/regression/v1/threads/functional/threadpool/cs_threadpoolnullchecks/cs_threadpoolnullchecks.cs
+++ b/tests/src/baseservices/regression/v1/threads/functional/threadpool/cs_threadpoolnullchecks/cs_threadpoolnullchecks.cs
@@ -5,10 +5,6 @@ using System;
using System.Security;
using System.Threading;
-#if WINCORESYS
-[assembly:AllowPartiallyTrustedCallers]
-#endif
-
public class CS_ThreadPoolNullChecks {
public static void EventSig(Object state, bool wasSignalled) {
Console.WriteLine("In EventSig: {0}.", Thread.CurrentThread.GetHashCode());