summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--06/src/stuff.rs11
1 files changed, 0 insertions, 11 deletions
diff --git a/06/src/stuff.rs b/06/src/stuff.rs
index aa1d53d..2b6fbfc 100644
--- a/06/src/stuff.rs
+++ b/06/src/stuff.rs
@@ -98,14 +98,3 @@ impl<'a> Iterator for AsciiNumbers<'a> {
}
}
}
-
-
-#[cfg(test)]
-mod tests {
- use super::*;
-
- #[test]
- fn test_1() {
- }
-
-}