diff --git a/test/swen90006/machine/BoundaryTests.java b/test/swen90006/machine/BoundaryTests.java
index 376881952b78d9caeec8ffe6a4d261372ea5f13c..2b39d43368df1893b755df82914ec19994d1ef3b 100644
--- a/test/swen90006/machine/BoundaryTests.java
+++ b/test/swen90006/machine/BoundaryTests.java
@@ -680,7 +680,7 @@ throws Throwable
}
-@Test(timeout = 5000,expected = NoReturnValueException.class)
+@Test(timeout = 5000)
public void B8_3()
throws Throwable
{
@@ -690,7 +690,7 @@ throws Throwable
- lines1.add(" MOV R1 1");
+ lines1.add(" MOV R1 2");
lines1.add(" JZ R1 2");
lines1.add(" MOV R3 2");
lines1.add(" RET R4");