Change fuzzer to match new module standards
This commit is contained in:
parent
02fdd2d2d9
commit
2896a866d6
@ -1,3 +0,0 @@
|
||||
fn main(vec[str] args) {
|
||||
rustc.driver.rustc.main(args);
|
||||
}
|
@ -3,7 +3,7 @@
|
||||
use std;
|
||||
use rustc;
|
||||
|
||||
mod Fuzzer;
|
||||
mod fuzzer;
|
||||
|
||||
// Local Variables:
|
||||
// fill-column: 78;
|
||||
|
3
src/fuzzer/fuzzer.rs
Normal file
3
src/fuzzer/fuzzer.rs
Normal file
@ -0,0 +1,3 @@
|
||||
fn main(vec[str] args) {
|
||||
rustc::driver::rustc::main(args);
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user