rust/src/test
Manish Goregaokar b389207975 Rollup merge of #24218 - lstat:remove-ignore-tidy, r=alexcrichton
This is a really minor issue. I noticed some tests no longer need the ignore
tidy comment directive.

A quick grep turned up the following files:

    src/test/compile-fail/bad-mid-path-type-params.rs
    src/test/compile-fail/bad-sized.rs
    src/test/compile-fail/coherence-default-trait-impl.rs
    src/test/compile-fail/coherence-orphan.rs
    src/test/compile-fail/issue-8767.rs
    src/test/compile-fail/lint-stability.rs
    src/test/compile-fail/lint-uppercase-variables.rs
    src/test/compile-fail/typeck-default-trait-impl-outside-crate.rs
    src/test/compile-fail/use-after-move-implicity-coerced-object.rs
    src/test/debuginfo/gdb-pretty-std.rs

It didn't seem like it was worth opening an issue for this, but if that is not
the case (i.e. it is required), I'll open one up. Thanks!
2015-04-10 00:24:44 +05:30
..
auxiliary
bench
codegen
compile-fail Rollup merge of #24218 - lstat:remove-ignore-tidy, r=alexcrichton 2015-04-10 00:24:44 +05:30
compile-fail-fulldeps
debuginfo
parse-fail
pretty
run-fail
run-make
run-pass Rollup merge of #24212 - alexcrichton:destabilize-begin-unwind, r=huonw 2015-04-10 00:24:43 +05:30
run-pass-fulldeps Rollup merge of #24212 - alexcrichton:destabilize-begin-unwind, r=huonw 2015-04-10 00:24:43 +05:30
run-pass-valgrind