Change name of unit test sub-module to "tests".
Changes the style guidelines regarding unit tests to recommend using a sub-module named "tests" instead of "test" for unit tests as "test" might clash with imports of libtest.
This commit is contained in:
parent
2214860d4a
commit
07cc7d9960
48 changed files with 59 additions and 59 deletions
|
@ -949,7 +949,7 @@ pub struct MalformedCodemapPositions {
|
|||
//
|
||||
|
||||
#[cfg(test)]
|
||||
mod test {
|
||||
mod tests {
|
||||
use super::*;
|
||||
use std::rc::Rc;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue