You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
StringAssert.Contains("r8-jni-rewritten",File.ReadAllText(ilcRspFile),"A regenerated ILC response file should retain rewritten managed inputs when the rewrite target is skipped.");
StringAssert.Contains("r8-jni-rewritten",actualIlcRspContent,"ILC response-file recomputation should retain rewritten managed inputs when the rewrite target is skipped.");
217
+
Assert.AreEqual(ilcRspContent,actualIlcRspContent,"ILC response-file recomputation should preserve rewritten managed inputs when the rewrite target is skipped.");
218
+
Assert.AreEqual(outputTimestamps[ilcRspFile],File.GetLastWriteTimeUtc(ilcRspFile),"An unchanged ILC response file should preserve its timestamp.");
0 commit comments