Skip to content

Commit

Permalink
debug attempt
Browse files Browse the repository at this point in the history
  • Loading branch information
czgdp1807 committed Dec 18, 2023
1 parent 6a31194 commit eff285b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ jobs:
lc --ast-dump tests/test.cpp
lc --extra-arg=-Isrc/runtime/include examples/expr2.c --asr-dump
./run_tests.py
cat tests/reference/asr-array_04-be6ac8a.stderr
- name: Test2 (Linux / macOS)
shell: bash -l -e {0}
Expand Down
1 change: 1 addition & 0 deletions tests/tests.toml
Original file line number Diff line number Diff line change
Expand Up @@ -35,4 +35,5 @@ asr = true

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

0 comments on commit eff285b

Please sign in to comment.