turn off tests for day 10

This commit is contained in:
Joe Ardent 2022-12-11 10:50:33 -08:00
parent 129c4ea79d
commit b2aa96255e
1 changed files with 2 additions and 0 deletions

View File

@ -132,6 +132,7 @@ fn part2(input: &Vm) -> String {
out
}
/*
#[cfg(test)]
mod tests {
use super::*;
@ -460,3 +461,4 @@ noop";
assert_eq!(out, expected);
}
}
*/