Browse Source

[tests] Fix Simon's favorite test again

Rudy Ges 1 year ago
parent
commit
11223f18b7

+ 1 - 1
tests/misc/projects/Issue10844/user-defined-define-json-fail.hxml.stderr

@@ -1,3 +1,3 @@
 (unknown) : Uncaught exception Could not read file define.jsno
 (unknown) : Uncaught exception Could not read file define.jsno
-$$normPath(::std::)/haxe/macro/Compiler.hx:506: characters 11-39 : Called from here
+$$normPath(::std::)/haxe/macro/Compiler.hx:497: characters 11-39 : Called from here
 (unknown) : Called from here
 (unknown) : Called from here

+ 1 - 1
tests/misc/projects/Issue10844/user-defined-meta-json-fail.hxml.stderr

@@ -1,3 +1,3 @@
 (unknown) : Uncaught exception Could not read file meta.jsno
 (unknown) : Uncaught exception Could not read file meta.jsno
-$$normPath(::std::)/haxe/macro/Compiler.hx:495: characters 11-39 : Called from here
+$$normPath(::std::)/haxe/macro/Compiler.hx:486: characters 11-39 : Called from here
 (unknown) : Called from here
 (unknown) : Called from here

+ 1 - 1
tests/misc/projects/Issue10844/user-defined-meta-json-indent-fail.hxml.stderr

@@ -1,3 +1,3 @@
 (unknown) : Uncaught exception Could not read file meta.jsno
 (unknown) : Uncaught exception Could not read file meta.jsno
-  $$normPath(::std::)/haxe/macro/Compiler.hx:495: characters 11-39 : Called from here
+  $$normPath(::std::)/haxe/macro/Compiler.hx:486: characters 11-39 : Called from here
   (unknown) : Called from here
   (unknown) : Called from here

+ 2 - 2
tests/misc/projects/Issue10844/user-defined-meta-json-pretty-fail.hxml.stderr

@@ -2,9 +2,9 @@
 
 
    | Uncaught exception Could not read file meta.jsno
    | Uncaught exception Could not read file meta.jsno
 
 
-    ->  $$normPath(::std::)/haxe/macro/Compiler.hx:495: characters 11-39
+    ->  $$normPath(::std::)/haxe/macro/Compiler.hx:486: characters 11-39
 
 
-    495 |   var f = sys.io.File.getContent(path);
+    486 |   var f = sys.io.File.getContent(path);
         |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
         |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
         | Called from here
         | Called from here