summaryrefslogtreecommitdiffstats
path: root/src/tools/clippy/tests/ui/items_after_test_module/block_module.stderr
diff options
context:
space:
mode:
Diffstat (limited to 'src/tools/clippy/tests/ui/items_after_test_module/block_module.stderr')
-rw-r--r--src/tools/clippy/tests/ui/items_after_test_module/block_module.stderr17
1 files changed, 1 insertions, 16 deletions
diff --git a/src/tools/clippy/tests/ui/items_after_test_module/block_module.stderr b/src/tools/clippy/tests/ui/items_after_test_module/block_module.stderr
index 597f1b951..1b6257471 100644
--- a/src/tools/clippy/tests/ui/items_after_test_module/block_module.stderr
+++ b/src/tools/clippy/tests/ui/items_after_test_module/block_module.stderr
@@ -1,17 +1,2 @@
-error: items were found after the testing module
- --> $DIR/block_module.rs:13:1
- |
-LL | / mod tests {
-LL | | #[test]
-LL | | fn hi() {}
-LL | | }
-... |
-LL | | () => {};
-LL | | }
- | |_^
- |
- = help: move the items to before the testing module was defined
- = note: `-D clippy::items-after-test-module` implied by `-D warnings`
-
-error: aborting due to previous error
+error: Option 'test' given more than once