about summary refs log tree commit diff
path: root/tests/run-make/rustdoc-scrape-examples-ordering/rmake.rs
diff options
context:
space:
mode:
authorGuillaume Gomez <guillaume.gomez@huawei.com>2024-05-19 14:00:12 +0200
committerGuillaume Gomez <guillaume.gomez@huawei.com>2024-05-19 15:02:30 +0200
commit2f8b98c6643c3c1ad94942d54559fbbf1dd16b78 (patch)
treec98cc6a6c53a1a8060b4f19214f9d9fafd2cd0f1 /tests/run-make/rustdoc-scrape-examples-ordering/rmake.rs
parent7c735958b2c5c25565625820134d82b0871a426e (diff)
downloadrust-2f8b98c6643c3c1ad94942d54559fbbf1dd16b78.tar.gz
rust-2f8b98c6643c3c1ad94942d54559fbbf1dd16b78.zip
Migrate `run-make/rustdoc-scrape-examples-test` to new `rmake.rs`
Diffstat (limited to 'tests/run-make/rustdoc-scrape-examples-ordering/rmake.rs')
-rw-r--r--tests/run-make/rustdoc-scrape-examples-ordering/rmake.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/run-make/rustdoc-scrape-examples-ordering/rmake.rs b/tests/run-make/rustdoc-scrape-examples-ordering/rmake.rs
index 537d3e2d724..e9c54fa3922 100644
--- a/tests/run-make/rustdoc-scrape-examples-ordering/rmake.rs
+++ b/tests/run-make/rustdoc-scrape-examples-ordering/rmake.rs
@@ -2,5 +2,5 @@
 mod scrape;
 
 fn main() {
-    scrape::scrape();
+    scrape::scrape(&[]);
 }