Fix nits, add internal GetRoot func.

This commit is contained in:
monopole
2021-04-12 07:51:01 -07:00
parent 264b3ff338
commit 9c43518a15
2 changed files with 7 additions and 3 deletions

View File

@@ -59,6 +59,10 @@ func MakeEnhancedHarness(t *testing.T) *HarnessEnhanced {
return result
}
func (th *HarnessEnhanced) GetRoot() string {
return th.ldr.Root()
}
func (th *HarnessEnhanced) Reset() {
th.pte.reset()
}