예제 #1
0
 /// <summary cref="IDisposable.Dispose"/>
 protected override void Dispose(bool disposing)
 {
     // Clear the internal caches in case they will not be cleared
     if (!CleanTests)
     {
         TestContext.ClearCaches();
     }
     base.Dispose(disposing);
 }
예제 #2
0
파일: TestBase.cs 프로젝트: killop/ILGPU
 /// <summary cref="IDisposable.Dispose"/>
 protected override void Dispose(bool disposing)
 {
     TestContext.ClearCaches();
     base.Dispose(disposing);
 }