Fix bustage

This commit is contained in:
Jesse Ruderman 2012-01-08 19:34:02 -08:00
parent 159ad7a63b
commit 972f6c17fb
1 changed files with 1 additions and 1 deletions

View File

@ -475,7 +475,7 @@ fn file_might_not_converge(filename: str) -> bool {
"expr-alt.rs", // pretty-printing "(a = b) = c" vs "a = b = c" and wrapping
"block-arg-in-ternary.rs", // wrapping
"move-3-unique.rs", // 0 becomes (0), but both seem reasonable. wtf?
"move-3.rs", // 0 becomes (0), but both seem reasonable. wtf?
"move-3.rs" // 0 becomes (0), but both seem reasonable. wtf?
];