removed all tests, that prevent compiling with either javac or jikes

git-svn-id: https://svn.code.sf.net/p/jode/code/trunk@791 379699f6-c40d-0410-875b-85095c16579e
stable
jochen 26 years ago
parent 8ec936c5a9
commit 495138c5bf
  1. 6
      jode/test/Conflicts.java

@ -48,9 +48,9 @@ public class Conflicts
void Inner() { void Inner() {
this.Inner.Inner(); this.Inner.Inner();
jode.test.Conflicts.Inner.this.Inner.Inner(); // jode.test.Conflicts.Inner.this.Inner.Inner();
this.Conflicts(); this.Conflicts();
jode.test.Conflicts.Inner.this.Conflicts(); // jode.test.Conflicts.Inner.this.Conflicts();
} }
Blah() { Blah() {
@ -76,7 +76,7 @@ public class Conflicts
} }
Conflicts Conflicts(Inner Conflicts) { Conflicts Conflicts(Inner Conflicts) {
Conflicts.this$0.Conflicts = 9; // Conflicts.this$0.Conflicts = 9;
return jode.test.Conflicts.this; return jode.test.Conflicts.this;
} }
} }

Loading…
Cancel
Save