From aa40d61d5d8299ba72b390cabe4994bbf985c14c Mon Sep 17 00:00:00 2001 From: Brian Anderson Date: Thu, 5 May 2011 22:44:28 -0400 Subject: Link fuzzer to the rustc crate --- src/fuzzer/Fuzzer.rs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/fuzzer/Fuzzer.rs') diff --git a/src/fuzzer/Fuzzer.rs b/src/fuzzer/Fuzzer.rs index ea3850b2..60db8ecb 100644 --- a/src/fuzzer/Fuzzer.rs +++ b/src/fuzzer/Fuzzer.rs @@ -1,2 +1,3 @@ -fn main() { +fn main(vec[str] args) { + rustc.driver.rustc.main(args); } \ No newline at end of file -- cgit v1.2.3