summary refs log tree commit diff
path: root/src/compiletest/compiletest.rc
blob: c652c593c8bb89d99fd0269729bf408bc7ba880f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
#[crate_type = "bin"];

use std;

mod procsrv;
mod util;
mod header;
mod runtest;
mod common;
mod errors;

// Local Variables:
// fill-column: 78;
// indent-tabs-mode: nil
// c-basic-offset: 4
// buffer-file-coding-system: utf-8-unix
// End: