Skip to content

Commit b4c9f0c

Browse files
committed
---
yaml --- r: 2500 b: refs/heads/master c: 2896a86 h: refs/heads/master v: v3
1 parent 51276bf commit b4c9f0c

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
---
2-
refs/heads/master: 02fdd2d2d9c3ad36ec4300c1d7eaef7472b1c415
2+
refs/heads/master: 2896a866d6fdcc6dc09d6b6d8ca986e092dbc1c2

trunk/src/fuzzer/Fuzzer.rs

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

trunk/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;

trunk/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)