changelog shortlog graph tags branches changeset file revisions annotate raw help

Mercurial > demo / cfg/src/tests.rs

revision 1: e4f8df713d55
     1.1--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2+++ b/cfg/src/tests.rs	Sun Apr 30 22:24:18 2023 -0400
     1.3@@ -0,0 +1,6 @@
     1.4+//! cfg/src/tests --- unit tests
     1.5+use crate::*;
     1.6+#[test]
     1.7+fn test_hello() {
     1.8+  println!("looks good chief");
     1.9+}