Skip to content

Commit 2896a86

Browse files
committed
Change fuzzer to match new module standards
1 parent 02fdd2d commit 2896a86

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

src/fuzzer/Fuzzer.rs

Lines changed: 0 additions & 3 deletions
This file was deleted.

src/fuzzer/fuzzer.rc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
use std;
44
use rustc;
55

6-
mod Fuzzer;
6+
mod fuzzer;
77

88
// Local Variables:
99
// fill-column: 78;

src/fuzzer/fuzzer.rs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
fn main(vec[str] args) {
2+
rustc::driver::rustc::main(args);
3+
}

0 commit comments

Comments
 (0)