update FixAllQuickfixTest test data, so that it identifies the quick fix unambiguously

This commit is contained in:
peter
2013-09-05 21:35:18 +02:00
parent 082a0f94b2
commit 2418434082
4 changed files with 4 additions and 4 deletions
@@ -3,6 +3,6 @@ public class Test {
void foo2() {
int k = 0;
int i = 0;
assert <caret>i != k;
assert i <caret>!= k;
}
}