diff options
| author | Nick Cameron <ncameron@mozilla.com> | 2018-10-18 11:45:55 +1300 |
|---|---|---|
| committer | Nick Cameron <ncameron@mozilla.com> | 2018-10-18 15:39:11 +1300 |
| commit | 4bb84f6002d8b57f7baf3d31feb636a1d3711ffc (patch) | |
| tree | a2f405e7aa979483b6a69797e69ea6c5fe3f6b66 /src/test | |
| parent | 613dfcc521e07088dbd72a8dcf484f002139f453 (diff) | |
Remove NLL feature
And do some refactoring in comments.rs Closes #3107
Diffstat (limited to 'src/test')
| -rw-r--r-- | src/test/mod.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test/mod.rs b/src/test/mod.rs index 1967c74da45..aa3e729bb43 100644 --- a/src/test/mod.rs +++ b/src/test/mod.rs @@ -281,7 +281,7 @@ fn stdin_formatting_smoke_test() { session.format(input).unwrap(); assert!(session.has_no_errors()); } - //eprintln!("{:?}", ); + #[cfg(not(windows))] assert_eq!(buf, "fn main() {}\n".as_bytes()); #[cfg(windows)] |
