From 23718b952fd71bb0cdd9af59981da8be39bf58ab Mon Sep 17 00:00:00 2001 From: Matt Guthaus Date: Fri, 18 Jan 2019 10:16:55 -0800 Subject: [PATCH] Check for print statements in more files since we now use print_raw --- compiler/tests/00_code_format_check_test.py | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/compiler/tests/00_code_format_check_test.py b/compiler/tests/00_code_format_check_test.py index 869e81bd..98799ee8 100755 --- a/compiler/tests/00_code_format_check_test.py +++ b/compiler/tests/00_code_format_check_test.py @@ -25,17 +25,11 @@ class code_format_test(openram_test): for code in source_codes: if re.search("gdsMill", code): continue - if re.search("options.py$", code): - continue if re.search("debug.py$", code): continue - if re.search("testutils.py$", code): - continue - if re.search("globals.py$", code): - continue if re.search("openram.py$", code): continue - if re.search("sram.py$", code): + if re.search("testutils.py$", code): continue if re.search("gen_stimulus.py$", code): continue