File: ui.rs

package info (click to toggle)
rust-serde-derive-default 0.1.1-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 128 kB
  • sloc: makefile: 2
file content (6 lines) | stat: -rw-r--r-- 136 bytes parent folder | download
1
2
3
4
5
6
#[test]
fn ui() {
    let t = trybuild::TestCases::new();
    t.compile_fail("tests/ui/fail/*.rs");
    t.pass("tests/ui/pass/*.rs");
}