Browse Source

Fixed wrong use

Lorenz Bung 7 years ago
parent
commit
150cc353d8
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      hw9/task1/tests/task1.rs

+ 1
- 1
hw9/task1/tests/task1.rs View File

5
     extern crate task1;
5
     extern crate task1;
6
 
6
 
7
     use self::task1::Command;
7
     use self::task1::Command;
8
-    use self::task1::ParseError;
8
+    use self::task1::ErrorType;
9
     use self::task1::parse;
9
     use self::task1::parse;
10
 
10
 
11
     #[test]
11
     #[test]

Loading…
Cancel
Save