Skip to content

Commit fd27924

Browse files
committed
(tests) ref: improve tests names
1 parent 7158286 commit fd27924

File tree

10 files changed

+9
-9
lines changed

10 files changed

+9
-9
lines changed

tests/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
mod test;
1+
mod parser;
Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,14 @@ use std::fs;
22

33
use c_parser::*;
44

5-
mod blk;
6-
mod ctrl;
7-
mod func;
8-
mod nb;
9-
mod op;
10-
mod pars;
11-
mod str;
12-
mod var;
5+
mod blocks;
6+
mod control_flows;
7+
mod errors;
8+
mod functions;
9+
mod numbers;
10+
mod operators;
11+
mod strings;
12+
mod variables;
1313

1414
const SEP: &str = "--------------------\n";
1515

0 commit comments

Comments
 (0)