mirror of
https://github.com/kmc7468/cs220.git
synced 2025-12-16 23:18:47 +00:00
polish
This commit is contained in:
@@ -3,8 +3,8 @@
|
||||
//! You should fill out the `todo!()` placeholders in such a way that `/scripts/grade-03.sh` works fine.
|
||||
//! See `*_grade.rs` and `/scripts/grade-03.sh` for the test script.
|
||||
|
||||
pub mod small_problems;
|
||||
mod small_problems_grade;
|
||||
pub mod small_exercises;
|
||||
mod small_exercises_grade;
|
||||
|
||||
pub mod parse_shell;
|
||||
mod parse_shell_grade;
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
#[cfg(test)]
|
||||
mod test {
|
||||
use crate::assignments::assignment03::small_problems::*;
|
||||
use crate::assignments::assignment03::small_exercises::*;
|
||||
|
||||
#[test]
|
||||
fn test_next_weekday() {
|
||||
Reference in New Issue
Block a user