We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c3c6e48 commit f1b24adCopy full SHA for f1b24ad
1 file changed
tests/regression/ba-issues/run.py
@@ -12,7 +12,7 @@
12
import re
13
import argparse
14
15
-from typing import Dict, Optional, List, Any
+from typing import Dict, Optional, List
16
17
WORK_DIR = os.getcwd()
18
TEST_WASM_COMMAND = (
@@ -127,7 +127,7 @@ def run_and_compare_results(
127
return False
128
129
130
-def run_issue_test_wamrc(issue_id, compile_options, stdout_only_cmp_last_line=False):
+def run_issue_test_wamrc(issue_id, compile_options):
131
compiler = get_and_check(compile_options, "compiler")
132
in_file = get_and_check(compile_options, "in file")
133
out_file = get_and_check(compile_options, "out file")
0 commit comments