Fix incorrect traversal into externals for read/write buffered regs. #167

This commit is contained in:
Alex Mykyta
2025-11-16 20:27:57 -08:00
parent efbddccc54
commit 61bffb7b91
3 changed files with 13 additions and 6 deletions

View File

@@ -10,10 +10,6 @@ class TestValidationErrors(BaseTestCase):
# Stub usual pre-test setup
pass
def tearDown(self):
# Delete any cruft that may get generated
self.delete_run_dir()
def assert_validate_error(self, rdl_file: str, err_regex: str) -> None:
self.rdl_file = rdl_file
f = io.StringIO()