Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Fix bustage
  • Loading branch information
jruderman committed Jan 9, 2012
1 parent 159ad7a commit 972f6c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/fuzzer/fuzzer.rs
Expand Up @@ -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?
];


Expand Down

0 comments on commit 972f6c1

Please sign in to comment.