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
@@ -237,6 +237,7 @@ func (s *testSys) baselineFSwithDiff(baseline io.Writer) {
237
237
// todo: baselines the entire fs, possibly doesn't correctly diff all cases of emitted files, since emit isn't fully implemented and doesn't always emit the same way as strada
238
238
snap:=map[string]*diffEntry{}
239
239
240
+
testFs:=s.testFs()
240
241
err:=s.fsFromFileMap().WalkDir("/", func(pathstring, d vfs.DirEntry, eerror) error {
241
242
ife!=nil {
242
243
returne
@@ -250,11 +251,7 @@ func (s *testSys) baselineFSwithDiff(baseline io.Writer) {
0 commit comments