Skip to content

Commit

Permalink
fix test failure
Browse files Browse the repository at this point in the history
  • Loading branch information
Smit-create committed Jan 25, 2022
1 parent 4881766 commit f5a07c7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions ci/build.xsh
Original file line number Diff line number Diff line change
Expand Up @@ -88,9 +88,9 @@ src/bin/lpython -o expr2 expr2.o
./expr2

# Test the new Python frontend, manually for now:
src/bin/lpython --show-ast doconcurrentloop_01.py
src/bin/lpython --show-asr doconcurrentloop_01.py
src/bin/lpython --show-cpp doconcurrentloop_01.py
src/bin/lpython --show-ast tests/doconcurrentloop_01.py
src/bin/lpython --show-asr tests/doconcurrentloop_01.py
src/bin/lpython --show-cpp tests/doconcurrentloop_01.py

if $WIN != "1":
python run_tests.py
Expand Down

0 comments on commit f5a07c7

Please sign in to comment.