We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bed54cf commit cff6ce6Copy full SHA for cff6ce6
src/test/rustdoc-ui/cfg-test.rs
@@ -1,5 +1,5 @@
1
// build-pass (FIXME(62277): could be check-pass?)
2
-// compile-flags:--test
+// compile-flags:--test --test-args --test-threads=1
3
// normalize-stdout-test: "src/test/rustdoc-ui" -> "$$DIR"
4
5
// Crates like core have doctests gated on `cfg(not(test))` so we need to make
src/test/rustdoc-ui/cfg-test.stdout
@@ -1,7 +1,7 @@
running 2 tests
-test $DIR/cfg-test.rs - Foo (line 20) ... ok
test $DIR/cfg-test.rs - Bar (line 28) ... ok
+test $DIR/cfg-test.rs - Foo (line 20) ... ok
6
test result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out
7
0 commit comments