diff --git a/test/swen90006/machine/BoundaryTests.java b/test/swen90006/machine/BoundaryTests.java index eb147f8678d9c02dc3e7ef07037f2dc752e3acf0..d6ddb2658169c950c3a27b8d6a3e0c4af16327d0 100644 --- a/test/swen90006/machine/BoundaryTests.java +++ b/test/swen90006/machine/BoundaryTests.java @@ -408,7 +408,7 @@ public class BoundaryTests assertEquals(err_msg, m.execute(lines), 0); } - // 1. Off point: -1 + // 2. Off point: -1 // The Machine's expected behaviour is to return R0 value. @Test public void EC17NegOffPointTest() { @@ -421,7 +421,7 @@ public class BoundaryTests assertEquals(err_msg, m.execute(lines), -1); } - // 1. On point: 1 + // 3. On point: 1 // The Machine's expected behaviour is to return R0 value. @Test public void EC17PosOffPointTest() {