Searched defs:TestProps (Results 1 – 2 of 2) sorted by relevance
| /third_party/rust/rust/src/tools/compiletest/src/ |
| D | header.rs | 67 pub struct TestProps { struct 69 pub error_patterns: Vec<String>, 71 pub regex_error_patterns: Vec<String>, 73 pub compile_flags: Vec<String>, 75 pub run_flags: Option<String>, 78 pub pp_exact: Option<PathBuf>, 82 pub aux_builds: Vec<String>, 85 pub aux_crates: Vec<(String, String)>, 87 pub rustc_env: Vec<(String, String)>, 90 pub unset_rustc_env: Vec<String>, [all …]
|
| /third_party/typescript/tests/cases/compiler/ |
| D | deepExcessPropertyCheckingWhenTargetIsIntersection.ts | 17 interface TestProps { interface
|