summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas de Zeeuw <thomasdezeeuw@gmail.com>2021-04-02 13:24:28 +0200
committerThomas de Zeeuw <thomasdezeeuw@gmail.com>2021-04-02 13:24:28 +0200
commit418c48139bba1a4db2c27e210b99da7617e7ff43 (patch)
tree47bd9181ac6f6cb55367314cbe055242655e6f9b
parented1399a34612ce8cb4b897bbaf5e961831fa932a (diff)
downloadrust-libc-418c48139bba1a4db2c27e210b99da7617e7ff43.tar.gz
Output PASSED 1 tests in semver test
Testing on Android (in ci/runtest-android.rs) seems to depend on the test outputting it was successful.
-rw-r--r--libc-test/test/semver.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/libc-test/test/semver.rs b/libc-test/test/semver.rs
index 61034681cc..bc7d1c9c79 100644
--- a/libc-test/test/semver.rs
+++ b/libc-test/test/semver.rs
@@ -8,4 +8,5 @@ include!(concat!(env!("OUT_DIR"), "/semver.rs"));
fn main() {
// The test is about the imports created in `semver.rs`.
+ println!("PASSED 1 tests");
}