Skip to content

Commit 972f6c1

Browse files
committed
Fix bustage
1 parent 159ad7a commit 972f6c1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/fuzzer/fuzzer.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -475,7 +475,7 @@ fn file_might_not_converge(filename: str) -> bool {
475475
"expr-alt.rs", // pretty-printing "(a = b) = c" vs "a = b = c" and wrapping
476476
"block-arg-in-ternary.rs", // wrapping
477477
"move-3-unique.rs", // 0 becomes (0), but both seem reasonable. wtf?
478-
"move-3.rs", // 0 becomes (0), but both seem reasonable. wtf?
478+
"move-3.rs" // 0 becomes (0), but both seem reasonable. wtf?
479479
];
480480

481481

0 commit comments

Comments
 (0)