diff options
Diffstat (limited to 'crates/ra_syntax')
-rw-r--r-- | crates/ra_syntax/src/tests.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/crates/ra_syntax/src/tests.rs b/crates/ra_syntax/src/tests.rs index f14f23628..7b4232497 100644 --- a/crates/ra_syntax/src/tests.rs +++ b/crates/ra_syntax/src/tests.rs | |||
@@ -274,7 +274,7 @@ fn assert_equal_text(expected: &str, actual: &str, path: &Path) { | |||
274 | fs::write(path, actual).unwrap(); | 274 | fs::write(path, actual).unwrap(); |
275 | return; | 275 | return; |
276 | } | 276 | } |
277 | if env::var("UPDATE_EXPECTATIONS").is_ok() { | 277 | if env::var("UPDATE_EXPECT").is_ok() { |
278 | println!("rewriting {}", pretty_path.display()); | 278 | println!("rewriting {}", pretty_path.display()); |
279 | fs::write(path, actual).unwrap(); | 279 | fs::write(path, actual).unwrap(); |
280 | return; | 280 | return; |