Browse Source

[tests] adjust

Simon Krajewski 7 years ago
parent
commit
e7e0e45fab

+ 1 - 1
tests/misc/projects/Issue5118/compile1.hxml.stderr

@@ -1,3 +1,3 @@
 <type p="$$normPath(::cwd::/Main.hx):8: characters 18-22">
-v : Int -&gt; Option&lt;Int&gt;
+v : Int -&gt; haxe.ds.Option&lt;Int&gt;
 </type>

+ 1 - 1
tests/misc/projects/Issue5118/compile2.hxml.stderr

@@ -1,3 +1,3 @@
 <type p="$$normPath(::cwd::/Main.hx):7: characters 18-22">
-Option&lt;Int&gt;
+haxe.ds.Option&lt;Int&gt;
 </type>