Tests: fix paths of Java sources in codegen tests
To help them run on the old infrastructure, which light analysis tests are still using.
This commit is contained in:
committed by
Space Team
parent
23fb96378e
commit
82af3dd6ae
@@ -3,7 +3,7 @@
|
||||
// JVM_TARGET: 1.8
|
||||
// WITH_STDLIB
|
||||
|
||||
// FILE: Foo.java
|
||||
// FILE: org/example/foo/Foo.java
|
||||
package org.example.foo;
|
||||
public interface Foo {
|
||||
String foo(String s);
|
||||
|
||||
+1
-1
@@ -4,7 +4,7 @@
|
||||
// JVM_TARGET: 1.8
|
||||
// WITH_STDLIB
|
||||
|
||||
// FILE: Foo.java
|
||||
// FILE: org/example/foo/Foo.java
|
||||
package org.example.foo;
|
||||
public interface Foo {
|
||||
String foo(String s);
|
||||
|
||||
Reference in New Issue
Block a user