From 3e262782414297a44b6772f4a90ab6269eb66f6a Mon Sep 17 00:00:00 2001 From: Alexander Kyte Date: Tue, 25 Jul 2017 17:31:39 -0400 Subject: [PATCH] [mono] Test sgen concurrent GC option --- tests/mmptest/src/MMPTest.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/mmptest/src/MMPTest.cs b/tests/mmptest/src/MMPTest.cs index e82363d62730..2227844b580e 100644 --- a/tests/mmptest/src/MMPTest.cs +++ b/tests/mmptest/src/MMPTest.cs @@ -464,7 +464,7 @@ public void Unified_SgenConcurrent_Test () { RunMMPTest (tmpDir => { TI.UnifiedTestConfig test = new TI.UnifiedTestConfig (tmpDir) { - CSProjConfig = "--sgen-conc" + CSProjConfig = "true" }; TI.TestUnifiedExecutable (test); });