turn off tests for day 10
This commit is contained in:
parent
129c4ea79d
commit
b2aa96255e
1 changed files with 2 additions and 0 deletions
|
@ -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);
|
||||
}
|
||||
}
|
||||
*/
|
||||
|
|
Loading…
Reference in a new issue