diff options
| author | Aaron Turon <aturon@mozilla.com> | 2015-01-07 12:14:59 -0800 |
|---|---|---|
| committer | Aaron Turon <aturon@mozilla.com> | 2015-01-07 12:14:59 -0800 |
| commit | 321d9ddff21b532300a9ced6ae7ce5f902c0fbf5 (patch) | |
| tree | 21cf13bc5c3de8e35e618780f72805fcf30b17ed /src/test | |
| parent | 7deb9abd1b45f3e56ca6b13432866ae89886f21f (diff) | |
| download | rust-321d9ddff21b532300a9ced6ae7ce5f902c0fbf5.tar.gz rust-321d9ddff21b532300a9ced6ae7ce5f902c0fbf5.zip | |
Update references to old snapshot
Diffstat (limited to 'src/test')
| -rw-r--r-- | src/test/compile-fail/mut-pattern-mismatched.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test/compile-fail/mut-pattern-mismatched.rs b/src/test/compile-fail/mut-pattern-mismatched.rs index 443be7d7b69..f945308b92a 100644 --- a/src/test/compile-fail/mut-pattern-mismatched.rs +++ b/src/test/compile-fail/mut-pattern-mismatched.rs @@ -13,7 +13,7 @@ fn main() { // (separate lines to ensure the spans are accurate) - // SNAP 340ac04 uncomment this after the next snapshot + // SNAP 9e4e524 uncomment this after the next snapshot // NOTE(stage0) just in case tidy doesn't check snap's in tests // let &_ // ~ ERROR expected `&mut isize`, found `&_` // = foo; |
