Skip to content

Commit

Permalink
done
Browse files Browse the repository at this point in the history
  • Loading branch information
czgdp1807 committed Dec 18, 2023
1 parent 80663a8 commit 93d344f
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
3 changes: 0 additions & 3 deletions src/libasr/compiler_tester/tester.py
Original file line number Diff line number Diff line change
Expand Up @@ -327,9 +327,6 @@ def run_test(testname, basename, cmd, infile, update_reference=False,
full_err_str = get_error_diff(
reference_file, output_file, full_err_str)
break
print("===================")
os.system("cat " + jo.replace(".json", ".stderr"))
print("===================")
raise RunException(
"Testing with reference output failed." +
full_err_str)
Expand Down
1 change: 0 additions & 1 deletion tests/tests.toml
Original file line number Diff line number Diff line change
Expand Up @@ -35,5 +35,4 @@ asr = true

[[test]]
filename = "../integration_tests/array_04.cpp"
extra_arg = "-v"
asr = true

0 comments on commit 93d344f

Please sign in to comment.