progress.rs 97 B

12345
  1. #[test]
  2. fn tests() {
  3. let t = trybuild::TestCases::new();
  4. t.pass("tests/01-simple.rs");
  5. }