]> git.lizzy.rs Git - rust.git/blobdiff - tests/rustdoc-js-std/macro-print.js
Rollup merge of #107769 - compiler-errors:pointer-like, r=eholk
[rust.git] / tests / rustdoc-js-std / macro-print.js
index 858046e72e9a456518acb9d749bd972218101a00..1b4c7b40570203b2b4eecb55488615984a72505d 100644 (file)
@@ -3,8 +3,8 @@ const QUERY = 'macro:print';
 const EXPECTED = {
     'others': [
         { 'path': 'std', 'name': 'print' },
-        { 'path': 'std', 'name': 'eprint' },
         { 'path': 'std', 'name': 'println' },
+        { 'path': 'std', 'name': 'eprint' },
         { 'path': 'std', 'name': 'eprintln' },
     ],
 };