Tests: adjust test data for bytecode listing tests

- remove obsolete `IGNORE_BACKEND: JVM` directives
- move contents of .ir.txt files to the corresponding .txt
This commit is contained in:
Alexander Udalov
2023-11-01 16:19:42 +01:00
committed by Space Team
parent 1cf04916d6
commit 968dfddbc9
348 changed files with 865 additions and 9800 deletions
@@ -5,7 +5,6 @@ public abstract class AC {
public method add(p0: java.lang.Object): boolean
public method addAll(p0: java.util.Collection): boolean
public method clear(): void
public abstract method contains(p0: java.lang.Object): boolean
public abstract method getSize(): int
public method iterator(): java.util.Iterator
public method remove(p0: java.lang.Object): boolean