[codegen] testData: add missing directory structure for Java classes
This commit is contained in:
committed by
Space Team
parent
bb00326197
commit
09a1df9ee5
+2
-2
@@ -1,13 +1,13 @@
|
||||
// TARGET_BACKEND: JVM
|
||||
// MODULE: lib
|
||||
// FILE: X.java
|
||||
// FILE: test/X.java
|
||||
package test;
|
||||
|
||||
public class X extends PX {
|
||||
public X(String x) { super(x); }
|
||||
}
|
||||
|
||||
// FILE: PX.java
|
||||
// FILE: test/PX.java
|
||||
package test;
|
||||
|
||||
class PX {
|
||||
|
||||
Reference in New Issue
Block a user