Skip to content
Snippets Groups Projects
Commit 64568151 authored by Orestis Melkonian's avatar Orestis Melkonian
Browse files

Test fix

parent 6fd24ade
No related branches found
No related tags found
No related merge requests found
......@@ -104,7 +104,6 @@ public class Main {
}
public static void swap_spec4(int[] a, int i, int j) {
pre(a != null);
pre(a.length > 0);
pre(i >= 0);
pre(j >= 0);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment