[interp] disable some tests that fail on CI only
[mono.git] / mono / tests / assemblyresolve_asm.cs
1 using System;
2 using Test;
3
4 public class Asm : Test.Test
5 {
6   Test.Test t;
7   
8   public Asm ()
9   {
10     t = new Test.Test ();
11   }
12 }