Skip to content

Commit

Permalink
Make sure the tested mod file is compiling
Browse files Browse the repository at this point in the history
  • Loading branch information
iomaganaris authored and olupton committed May 25, 2023
1 parent d11fb38 commit fb66da9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion test/unit/codegen/codegen_cpp_visitor.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -215,7 +215,7 @@ SCENARIO("Check instance variable definition order", "[codegen][var_order]") {
USEION nca READ ncai, inca, enca WRITE enca, ncai VALENCE 2
USEION lca READ lcai, ilca, elca WRITE elca, lcai VALENCE 2
USEION k WRITE ko
RANGE caiinf, catau, cai, ncai, lcai, eca, elca, enca, g
RANGE caiinf, catau, cai, ncai, lcai, eca, elca, enca, g, ko
}
UNITS {
FARADAY = 96520(coul)
Expand All @@ -237,6 +237,7 @@ SCENARIO("Check instance variable definition order", "[codegen][var_order]") {
elca(mV)
eca(mV)
g(S/cm2)
ko(mA / cm2)
}
STATE {
ncai(mM)
Expand Down

0 comments on commit fb66da9

Please sign in to comment.