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

github.com/mono/linker.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJb Evain <jbevain@gmail.com>2010-05-26 16:23:20 +0400
committerJb Evain <jbevain@gmail.com>2010-05-26 16:23:20 +0400
commit36360b37b5e162c309b6ec9bc5a78eda41c28177 (patch)
tree4a1386adde465e6c7d6bf98fbc8e014330d252c9 /linker/Tests
parent23e6566f5abaf7aa25925e32090100816760e352 (diff)
fix integration tests
svn path=/trunk/mcs/; revision=157958
Diffstat (limited to 'linker/Tests')
-rw-r--r--linker/Tests/Mono.Linker.Tests/IntegrationTestFixture.cs1
1 files changed, 1 insertions, 0 deletions
diff --git a/linker/Tests/Mono.Linker.Tests/IntegrationTestFixture.cs b/linker/Tests/Mono.Linker.Tests/IntegrationTestFixture.cs
index 1f9474208..f455f6559 100644
--- a/linker/Tests/Mono.Linker.Tests/IntegrationTestFixture.cs
+++ b/linker/Tests/Mono.Linker.Tests/IntegrationTestFixture.cs
@@ -69,6 +69,7 @@ namespace Mono.Linker.Tests {
Pipeline p = new Pipeline ();
p.AppendStep (new LoadReferencesStep ());
p.AppendStep (new BlacklistStep ());
+ p.AppendStep (new TypeMapStep ());
p.AppendStep (new MarkStep ());
p.AppendStep (new SweepStep ());
p.AppendStep (new CleanStep ());