about summary refs log tree commit diff
path: root/tests/rustdoc-gui/src/scrape_examples/examples/check-many-7.rs
diff options
context:
space:
mode:
Diffstat (limited to 'tests/rustdoc-gui/src/scrape_examples/examples/check-many-7.rs')
-rw-r--r--tests/rustdoc-gui/src/scrape_examples/examples/check-many-7.rs13
1 files changed, 13 insertions, 0 deletions
diff --git a/tests/rustdoc-gui/src/scrape_examples/examples/check-many-7.rs b/tests/rustdoc-gui/src/scrape_examples/examples/check-many-7.rs
new file mode 100644
index 00000000000..81a48ac50c8
--- /dev/null
+++ b/tests/rustdoc-gui/src/scrape_examples/examples/check-many-7.rs
@@ -0,0 +1,13 @@
+fn main() {
+    // all examples have same line count
+    scrape_examples::test_many();
+    scrape_examples::test_many();
+    scrape_examples::test_many();
+    scrape_examples::test_many();
+    scrape_examples::test_many();
+    scrape_examples::test_many();
+    scrape_examples::test_many();
+    scrape_examples::test_many();
+    scrape_examples::test_many();
+    scrape_examples::test_many();
+}