Apply 'make format' [ci skip]
This commit is contained in:
parent
6d6d15e003
commit
3334576b1d
|
|
@ -54,7 +54,9 @@ for filename in sorted(files.keys()):
|
||||||
|
|
||||||
contents = test.file_contents(filename)
|
contents = test.file_contents(filename)
|
||||||
|
|
||||||
check_pattern(filename, contents, r'`check[a-z]+\([^\n]*?randomize\(',
|
check_pattern(
|
||||||
"check macros have side effects, suggest assign to randomize_result variable and check that")
|
filename, contents, r'`check[a-z]+\([^\n]*?randomize\(',
|
||||||
|
"check macros have side effects, suggest assign to randomize_result variable and check that"
|
||||||
|
)
|
||||||
|
|
||||||
test.passes()
|
test.passes()
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue