Skip to content

Commit 8401ef1

Browse files
committed
fixed issue with formats_source
1 parent 73aa070 commit 8401ef1

File tree

1 file changed

+7
-7
lines changed
  • tests/testsuite/init/formats_source/out/src

1 file changed

+7
-7
lines changed
Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
#[cfg(test)]
22
mod tests {
3-
// Uncomment this to use items from the containing module.
4-
// use super::*;
5-
#[test]
6-
fn it_works() {
7-
let result = 2 + 2;
8-
assert_eq!(result, 4);
9-
}
3+
// Uncomment this to use items from the containing module.
4+
// use super::*;
5+
#[test]
6+
fn it_works() {
7+
let result = 2 + 2;
8+
assert_eq!(result, 4);
9+
}
1010
}

0 commit comments

Comments
 (0)