From b2095c8b229903cec4ade679f1688e8c67895d44 Mon Sep 17 00:00:00 2001 From: Abdul Mateen Ahmad Khan <a.khan21@student.unimelb.edu.au> Date: Sun, 2 Sep 2018 15:28:44 +1000 Subject: [PATCH] Update BoundaryTests.java --- test/swen90006/machine/BoundaryTests.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test/swen90006/machine/BoundaryTests.java b/test/swen90006/machine/BoundaryTests.java index 3768819..2b39d43 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"); -- GitLab