Skip to content

Commit

Permalink
TEST: Updated single_test API
Browse files Browse the repository at this point in the history
  • Loading branch information
czgdp1807 committed Nov 11, 2023
1 parent 6256866 commit e7c56ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion run_tests.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
from compiler_tester.tester import color, fg, log, run_test, style, tester_main


def single_test(test, verbose, no_llvm, skip_run_with_dbg, update_reference,
def single_test(test, verbose, no_llvm, skip_run_with_dbg, skip_cpptranslate, update_reference,
no_color, specific_backends=None, excluded_backends=None):
filename = test["filename"]
def is_included(backend):
Expand Down

0 comments on commit e7c56ab

Please sign in to comment.