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.
This commit is contained in:
Thomas de Zeeuw 2021-04-02 13:24:28 +02:00
parent ed1399a346
commit 418c48139b
1 changed files with 1 additions and 0 deletions

View File

@ -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");
}