diff options
| author | Brian Anderson <[email protected]> | 2011-05-12 22:45:55 -0400 |
|---|---|---|
| committer | Brian Anderson <[email protected]> | 2011-05-12 22:45:55 -0400 |
| commit | 2896a866d6fdcc6dc09d6b6d8ca986e092dbc1c2 (patch) | |
| tree | 806ee018886614fa36191dd3e39797b09a9ffe7c /src/fuzzer/fuzzer.rs | |
| parent | Rename std.extfmt.CT to std.extfmt.RT to ct and rt (diff) | |
| download | rust-2896a866d6fdcc6dc09d6b6d8ca986e092dbc1c2.tar.xz rust-2896a866d6fdcc6dc09d6b6d8ca986e092dbc1c2.zip | |
Change fuzzer to match new module standards
Diffstat (limited to 'src/fuzzer/fuzzer.rs')
| -rw-r--r-- | src/fuzzer/fuzzer.rs | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/fuzzer/fuzzer.rs b/src/fuzzer/fuzzer.rs new file mode 100644 index 00000000..e071729b --- /dev/null +++ b/src/fuzzer/fuzzer.rs @@ -0,0 +1,3 @@ +fn main(vec[str] args) { + rustc::driver::rustc::main(args); +}
\ No newline at end of file |