Skip to content

Commit f1b24ad

Browse files
committed
delete unused code
1 parent c3c6e48 commit f1b24ad

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

  • tests/regression/ba-issues

tests/regression/ba-issues/run.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
import re
1313
import argparse
1414

15-
from typing import Dict, Optional, List, Any
15+
from typing import Dict, Optional, List
1616

1717
WORK_DIR = os.getcwd()
1818
TEST_WASM_COMMAND = (
@@ -127,7 +127,7 @@ def run_and_compare_results(
127127
return False
128128

129129

130-
def run_issue_test_wamrc(issue_id, compile_options, stdout_only_cmp_last_line=False):
130+
def run_issue_test_wamrc(issue_id, compile_options):
131131
compiler = get_and_check(compile_options, "compiler")
132132
in_file = get_and_check(compile_options, "in file")
133133
out_file = get_and_check(compile_options, "out file")

0 commit comments

Comments
 (0)