Skip to content

Commit bb6e2ee

Browse files
committed
TEST: Accept verify_hash in single_test function
1 parent 203fea0 commit bb6e2ee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

run_tests.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111

1212
def single_test(test, verbose, no_llvm, skip_run_with_dbg, skip_cpptranslate, update_reference,
13-
no_color, specific_backends=None, excluded_backends=None):
13+
verify_hash, no_color, specific_backends=None, excluded_backends=None):
1414
filename = test["filename"]
1515
def is_included(backend):
1616
return test.get(backend, False) \

0 commit comments

Comments
 (0)