[runtime] Don't return the modules for the current process when pid != getpid ().
[mono.git] / mono / tests / assemblyresolve / Test.cs
1 using System;
2 using TestBase;
3
4 namespace Test
5 {
6   public class Test : TestBase.TestBase
7   {}
8 }