Skip to content

Commit a7ab7f6

Browse files
committed
change failing test to pass
1 parent 4f17ce3 commit a7ab7f6

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

.github/workflows/test-gibbon-examples.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,10 @@ jobs:
1414
sudo apt update
1515
sudo apt-get install -y libgc-dev libgmp-dev uthash-dev gcc-11 racket
1616
sudo unlink /usr/bin/gcc && sudo ln -s /usr/bin/gcc-11 /usr/bin/gcc
17+
- name: cplex and docplex
18+
run: |
1719
sudo apt-get install python3
18-
pip3 install cplex
20+
pip3 install cplex
1921
pip3 install docplex
2022
- name: ghc and cabal
2123
env:

gibbon-compiler/tests/test-gibbon-examples.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -901,5 +901,5 @@ tests:
901901
test-flags: ["--no-gc"]
902902
dir: examples/layout_bench
903903
answer-file: examples/layout_bench/layout1ContentSearchRunPipeline.ans
904-
failing: [interp1,pointer,gibbon1, gibbon3, gibbon2]
904+
failing: [interp1,pointer,gibbon1, gibbon3]
905905
run-modes: ["gibbon2"]

0 commit comments

Comments
 (0)