diff options
| author | Guillaume Gomez <guillaume1.gomez@gmail.com> | 2018-05-03 22:54:04 +0200 |
|---|---|---|
| committer | Guillaume Gomez <guillaume1.gomez@gmail.com> | 2018-05-09 19:17:13 +0200 |
| commit | 2c91b49fe45b71e30f3e47e185671fc75b36952f (patch) | |
| tree | c7c210ff2b96e5be097440e34a7a9d40013ec332 /src/test/rustdoc-js | |
| parent | d0840fd63bcbb3aa8dd43d83a2fe275b00e94f6d (diff) | |
| download | rust-2c91b49fe45b71e30f3e47e185671fc75b36952f.tar.gz rust-2c91b49fe45b71e30f3e47e185671fc75b36952f.zip | |
Add exact-check option to rustdoc-js tests
Diffstat (limited to 'src/test/rustdoc-js')
| -rw-r--r-- | src/test/rustdoc-js/pinbox-new.js | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/test/rustdoc-js/pinbox-new.js b/src/test/rustdoc-js/pinbox-new.js index 9d2bf1b4551..061c7b30741 100644 --- a/src/test/rustdoc-js/pinbox-new.js +++ b/src/test/rustdoc-js/pinbox-new.js @@ -8,6 +8,8 @@ // option. This file may not be copied, modified, or distributed // except according to those terms. +// exact-check + const QUERY = 'pinbox::new'; const EXPECTED = { |
