Skip to content
Snippets Groups Projects
Commit b2095c8b authored by Abdul Mateen Ahmad Khan's avatar Abdul Mateen Ahmad Khan
Browse files

Update BoundaryTests.java

parent 547bfd81
Branches
No related tags found
No related merge requests found
......@@ -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");
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment