Skip to content

Commit

Permalink
1.5.4.3 Added regression test.
Browse files Browse the repository at this point in the history
  • Loading branch information
[email protected] authored and [email protected] committed Jan 12, 2024
1 parent 7be82fb commit 9371785
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/src/test/java/edu/uiuc/ncsa/qdl/StatementTest.java
Original file line number Diff line number Diff line change
Expand Up @@ -485,7 +485,7 @@ public void testTernaryArrow() throws Throwable {
QDLInterpreter interpreter = new QDLInterpreter(null, state);
interpreter.execute(script.toString());
assert getBooleanValue("ok", state);
}
}

/**
* Regression test to ensure that using the define statement keeps its state
Expand Down

0 comments on commit 9371785

Please sign in to comment.