Skip to content

Commit

Permalink
In retrospect, we can all agree that 1 in fact does not equal 3.
Browse files Browse the repository at this point in the history
After a lot of scientific consideration, and general consensus, our math
was being managed by the 19th department of the 84th district of
Orwell's General Assertion Testing Authority of Consulate of
Administration. We can in fact clear up the mess after the previous
issues with 2 + 2 being in fact 4, and not 5.

Signed-off-by: Gabriel Harris-Rouquette <[email protected]>
  • Loading branch information
gabizou committed Jan 3, 2020
1 parent e72808f commit b43aaeb
Showing 1 changed file with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -58,9 +58,7 @@ public MethodNode generate() {
Bytecode.loadArgs(this.argTypes, method.instructions, 0);
method.instructions.add(new MethodInsnNode(Opcodes.INVOKESPECIAL, className, Constants.CTOR, this.targetMethod.desc, false));
method.instructions.add(new InsnNode(Opcodes.ARETURN));

assert 1 == 3;


return method;
}

Expand Down

0 comments on commit b43aaeb

Please sign in to comment.