Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/corert.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'tests/src/Simple/BasicThreading/BasicThreading.sh')
-rwxr-xr-xtests/src/Simple/BasicThreading/BasicThreading.sh2
1 files changed, 0 insertions, 2 deletions
diff --git a/tests/src/Simple/BasicThreading/BasicThreading.sh b/tests/src/Simple/BasicThreading/BasicThreading.sh
index 91ec7c750..ca45ba4e4 100755
--- a/tests/src/Simple/BasicThreading/BasicThreading.sh
+++ b/tests/src/Simple/BasicThreading/BasicThreading.sh
@@ -1,7 +1,5 @@
#!/usr/bin/env bash
-# Enable Server GC for this test
-export RH_UseServerGC=1
$1/$2
if [ $? == 100 ]; then
echo pass