Skip to content

Commit

Permalink
Remove testing commenst
Browse files Browse the repository at this point in the history
  • Loading branch information
janos-r committed Feb 6, 2025
1 parent e445aad commit 3b86657
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions src/test/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -182,12 +182,6 @@ fn system_tests() {
run_test_with(&TestSetting::default(), || {
// Get all files in the tests/source directory.
let files = get_test_files(Path::new("tests/source"), true);
// let files = vec![
// PathBuf::from("tests/source/issue_6096.rs"),
// PathBuf::from("tests/source/issue_6080.rs"),
// PathBuf::from("tests/source/issue-4926/deeply_nested_struct_with_long_field_names.rs"),
// ];
// dbg!(&files);
let (_reports, count, fails) = check_files(files, &None);

// Display results.
Expand Down

0 comments on commit 3b86657

Please # to comment.