summaryrefslogtreecommitdiff
path: root/tests/src/JIT/Directed
diff options
context:
space:
mode:
authorJan Kotas <jkotas@microsoft.com>2015-11-08 12:38:35 -0800
committerJan Kotas <jkotas@microsoft.com>2015-11-08 12:38:35 -0800
commit19eb062435545d6dbf87d549bee8538cf39bf102 (patch)
tree47a06a7a65f975918528d156b7c065c123640ac8 /tests/src/JIT/Directed
parent3d49d9bc7f764ef6bd8f9354d5021e56d99f039e (diff)
parentabad1fd7bf8a33bbaa1a6982d2a6d61647c4464c (diff)
downloadcoreclr-19eb062435545d6dbf87d549bee8538cf39bf102.tar.gz
coreclr-19eb062435545d6dbf87d549bee8538cf39bf102.tar.bz2
coreclr-19eb062435545d6dbf87d549bee8538cf39bf102.zip
Merge pull request #1925 from akoeplinger/remove-env-helper
Remove Env helper class in tests
Diffstat (limited to 'tests/src/JIT/Directed')
-rw-r--r--tests/src/JIT/Directed/intrinsic/pow/pow1.cs4
1 files changed, 0 insertions, 4 deletions
diff --git a/tests/src/JIT/Directed/intrinsic/pow/pow1.cs b/tests/src/JIT/Directed/intrinsic/pow/pow1.cs
index ef7cfd4aae..faf4bcf5a3 100644
--- a/tests/src/JIT/Directed/intrinsic/pow/pow1.cs
+++ b/tests/src/JIT/Directed/intrinsic/pow/pow1.cs
@@ -18,11 +18,7 @@ internal class pow1
string processorArchEnvVar = null;
-#if CORECLR
- processorArchEnvVar = TestLibrary.Env.GetEnvVariable("PROCESSOR_ARCHITECTURE");
-#else
processorArchEnvVar = Environment.GetEnvironmentVariable("PROCESSOR_ARCHITECTURE");
-#endif
if ((processorArchEnvVar != null) && processorArchEnvVar.Equals("ARM", StringComparison.CurrentCultureIgnoreCase))
{