File: remove-tests-fuzz.patch

package info (click to toggle)
rust-regex 1.12.2-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 1,100 kB
  • sloc: sh: 28; makefile: 2
file content (16 lines) | stat: -rw-r--r-- 385 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
Description: Remove fuzz from tests/lib.rs
Forwarded: not-needed
Last-Update: 2025-10-16

This is excluded from the package as of
https://github.com/rust-lang/regex/commit/a76e0a0ef050f987d686268f1783a95b6bb25ea9.

--- a/tests/lib.rs
+++ b/tests/lib.rs
@@ -1,6 +1,5 @@
 #![cfg_attr(feature = "pattern", feature(pattern))]
 
-mod fuzz;
 mod misc;
 mod regression;
 mod regression_fuzz;