Tests: Cleanup some cross-simulator test differences

This commit is contained in:
Wilson Snyder
2026-07-03 13:00:23 -04:00
parent 7ece66d06e
commit 12fab5d5d7
51 changed files with 473 additions and 477 deletions
+1 -1
View File
@@ -542,7 +542,7 @@ bool V3Options::fileStatNormal(const string& filename) {
}
string V3Options::fileExists(const string& filename) {
// Surprisingly, for VCS and other simulators, this process
// Surprisingly, for some other simulators, this process
// is quite slow; presumably because of re-reading each directory
// many times. So we read a whole dir at once and cache it