Home
last modified time | relevance | path

Searched refs:check_string (Results 1 – 2 of 2) sorted by relevance

/rust-libc-0.2.174/libc-test/test/
H A Dstyle_tests.rs22 checker.check_string(contents).unwrap(); in check_style_accept_correct_module_layout()
41 checker.check_string(contents).unwrap(); in check_style_reject_incorrect_module_layout()
58 checker.check_string(contents).unwrap(); in check_style_reject_incorrect_cfg_if_layout()
77 checker.check_string(contents).unwrap(); in check_style_accept_cfg_if_branch_resets_state()
90 checker.check_string(contents).unwrap(); in check_style_reject_multiple_f_macros()
105 checker.check_string(contents).unwrap(); in check_style_accept_cfg_ignore_target_endian_nested()
118 checker.check_string(contents).unwrap(); in check_style_reject_manual_copy()
131 checker.check_string(contents).unwrap(); in check_style_reject_manual_clone()
153 checker.check_string(contents).unwrap(); in check_style_accept_multiple_s_macros_with_disjoint_cfg()
166 checker.check_string(contents).unwrap(); in check_style_reject_duplicated_s_macro()
[all …]
/rust-libc-0.2.174/libc-test/test/style/
H A Dmod.rs122 self.check_string(contents) in check_file()
125 pub fn check_string(&mut self, contents: String) -> Result<()> { in check_string() method