Merge pull request #5714 from alexischr/update_bockbuild
[mono.git] / mono / tests / sgen-oom-bridge-major-fragmentation.cs
1 using MonoTests.Helpers;
2
3 public class Program {
4         public static void Main (string[] args)
5         {
6                 OOMHelpers.RunTest ("sgen-bridge-major-fragmentation");
7         }
8 }