diff options
| author | Guillaume Gomez <guillaume.gomez@huawei.com> | 2024-08-15 14:44:48 +0200 |
|---|---|---|
| committer | Guillaume Gomez <guillaume.gomez@huawei.com> | 2024-08-15 15:44:29 +0200 |
| commit | d562a4a5108d0b67ba2a648530aab2b15224a615 (patch) | |
| tree | 922040591251126bdbf26b7d3e98434d2e32c1c2 /tests/run-make/rustdoc-output-stdout | |
| parent | a19a8f8e52364b4ce5ade2899b57260dd347c93c (diff) | |
| download | rust-d562a4a5108d0b67ba2a648530aab2b15224a615.tar.gz rust-d562a4a5108d0b67ba2a648530aab2b15224a615.zip | |
About rmake tests
Diffstat (limited to 'tests/run-make/rustdoc-output-stdout')
| -rw-r--r-- | tests/run-make/rustdoc-output-stdout/rmake.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/run-make/rustdoc-output-stdout/rmake.rs b/tests/run-make/rustdoc-output-stdout/rmake.rs index e7dfb66602c..dbc9892f3f5 100644 --- a/tests/run-make/rustdoc-output-stdout/rmake.rs +++ b/tests/run-make/rustdoc-output-stdout/rmake.rs @@ -10,7 +10,7 @@ fn main() { // First we check that we generate the JSON in the stdout. rustdoc() .input("foo.rs") - .output("-") + .out_dir("-") .arg("-Zunstable-options") .output_format("json") .run() |
