Skip to content

Commit 3b86657

Browse files
committed
Remove testing commenst
1 parent e445aad commit 3b86657

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

Diff for: src/test/mod.rs

-6
Original file line numberDiff line numberDiff line change
@@ -182,12 +182,6 @@ fn system_tests() {
182182
run_test_with(&TestSetting::default(), || {
183183
// Get all files in the tests/source directory.
184184
let files = get_test_files(Path::new("tests/source"), true);
185-
// let files = vec![
186-
// PathBuf::from("tests/source/issue_6096.rs"),
187-
// PathBuf::from("tests/source/issue_6080.rs"),
188-
// PathBuf::from("tests/source/issue-4926/deeply_nested_struct_with_long_field_names.rs"),
189-
// ];
190-
// dbg!(&files);
191185
let (_reports, count, fails) = check_files(files, &None);
192186

193187
// Display results.

0 commit comments

Comments
 (0)