diff options
| author | Brian Anderson <banderson@mozilla.com> | 2012-01-17 14:40:59 -0800 |
|---|---|---|
| committer | Brian Anderson <banderson@mozilla.com> | 2012-01-17 15:13:43 -0800 |
| commit | c0df13958c7e9e98e01394836cb233a039103bb0 (patch) | |
| tree | 38246ae78f3d6bec7079a44e739ac3bdd31f167f /src/compiletest/compiletest.rc | |
| parent | 47b9fc278e97435c6ad9044250dde372bc231750 (diff) | |
Update crates with correct crate_type attribute
Diffstat (limited to 'src/compiletest/compiletest.rc')
| -rw-r--r-- | src/compiletest/compiletest.rc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/compiletest/compiletest.rc b/src/compiletest/compiletest.rc index a0deaeda26a..c652c593c8b 100644 --- a/src/compiletest/compiletest.rc +++ b/src/compiletest/compiletest.rc @@ -1,3 +1,5 @@ +#[crate_type = "bin"]; + use std; mod procsrv; |
