Skip to content

Commit fea769f

Browse files
committed
more
1 parent 38407ba commit fea769f

File tree

92 files changed

+26
-34
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

92 files changed

+26
-34
lines changed

tests/misc/compile.hxml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
1-
-p src
2-
-p ../tools
1+
run-base.hxml
32
#-D MISC_TEST_FILTER=4270
4-
-main Main
5-
--interp
3+
--run Main
4+
eval

tests/misc/eval/projects/Issue11852/Main.hx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ class Main {
4141

4242
for (line in matches) {
4343
if (line.endsWith(":")) line = line.substr(0, line.length - 1);
44-
if (!line.endsWith('tests/misc/projects/Issue11852/$module')) {
44+
if (!line.endsWith('tests/misc/eval/projects/Issue11852/$module')) {
4545
trace(module, line);
4646
throw 'Incorrect path generated for $module';
4747
}

tests/misc/java/projects/Issue11023/bin/.gitkeep

Whitespace-only changes.

tests/misc/java/projects/Issue9574/bin/.gitkeep

Whitespace-only changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

tests/misc/java/projects/Annotations/compile-mixin.hxml renamed to tests/misc/jvm/projects/Annotations/compile-mixin.hxml

File renamed without changes.

tests/misc/java/projects/Annotations/compile-mixin.hxml.stdout renamed to tests/misc/jvm/projects/Annotations/compile-mixin.hxml.stdout

File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)