Skip to content

Commit

Permalink
fix JUnit test
Browse files Browse the repository at this point in the history
  • Loading branch information
axkr committed Dec 13, 2020
1 parent 980d716 commit 4a422cf
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ public void testOut() {
"44");
check(
"Hold(Out(-1))", //
"Hold(Out(-1))");
"Hold(%)");
check(
"Hold(%4)", //
"Hold(Out(4))");
Expand All @@ -102,7 +102,7 @@ public void testOut() {
+ "Out(5)=44\n"
+ "Out(6)=42\n"
+ "Out(7)=44\n"
+ "Out(8)=Hold(Out(-1))\n"
+ "Out(8)=Hold(%)\n"
+ "Out(9)=Hold(Out(4))\n"
+ "Out(10)=Out(0)\n"
+ "Out(11)=Null\n"
Expand Down

0 comments on commit 4a422cf

Please sign in to comment.