diff --git a/compiler/tests/00_code_format_check_test.py b/compiler/tests/00_code_format_check_test.py index 7ed46e50..b108dc9e 100755 --- a/compiler/tests/00_code_format_check_test.py +++ b/compiler/tests/00_code_format_check_test.py @@ -31,8 +31,6 @@ class code_format_test(openram_test): continue if re.search("testutils.py$", code): continue - if re.search("grid.py$", code): - continue if re.search("globals.py$", code): continue if re.search("openram.py$", code):