diff options
| author | Guillaume Gomez <guillaume1.gomez@gmail.com> | 2019-02-24 00:08:43 +0100 |
|---|---|---|
| committer | Guillaume Gomez <guillaume1.gomez@gmail.com> | 2019-02-25 17:46:06 +0100 |
| commit | aa3ca321e92c541dce363634c9cea7cf23689a5e (patch) | |
| tree | 3892956ba062a30f060d0e9b74cdbd09eca8121e /src/test/rustdoc-js-std/alias-2.js | |
| parent | 834347ddafee7c33f3fd556c4976275b1111dc8f (diff) | |
| download | rust-aa3ca321e92c541dce363634c9cea7cf23689a5e.tar.gz rust-aa3ca321e92c541dce363634c9cea7cf23689a5e.zip | |
Rename rustdoc js test suites
Diffstat (limited to 'src/test/rustdoc-js-std/alias-2.js')
| -rw-r--r-- | src/test/rustdoc-js-std/alias-2.js | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/src/test/rustdoc-js-std/alias-2.js b/src/test/rustdoc-js-std/alias-2.js new file mode 100644 index 00000000000..f3c6713692b --- /dev/null +++ b/src/test/rustdoc-js-std/alias-2.js @@ -0,0 +1,10 @@ +// ignore-order + +const QUERY = '+'; + +const EXPECTED = { + 'others': [ + { 'path': 'std::ops', 'name': 'AddAssign' }, + { 'path': 'std::ops', 'name': 'Add' }, + ], +}; |
