Skip to content
Snippets Groups Projects
Commit 05b11acf authored by Haoyang Cui's avatar Haoyang Cui
Browse files

Update mutants/mutant-4/swen90006/machine/Machine.java

parent c3127bc2
No related branches found
No related tags found
No related merge requests found
......@@ -198,7 +198,7 @@ public class Machine
toks = inst.split("\\s+");
/* check minimum number of tokens */
if (toks.length < 2){
if (toks.length < 1){
throw new InvalidInstructionException();
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment