mirror of
https://jturnerusa.dev/cgit/gentoo-utils/
synced 2025-12-02 19:18:35 -06:00
add false positive case to unit tests
This commit is contained in:
@@ -510,7 +510,10 @@ mod test {
|
||||
|
||||
#[test]
|
||||
fn test_against_fuzzer_false_positives() {
|
||||
let atoms = ["media-libs/libsdl2[haptitick(+),sound(+)vd,eio(+)]"];
|
||||
let atoms = [
|
||||
"media-libs/libsdl2[haptitick(+),sound(+)vd,eio(+)]",
|
||||
"=kde-frameworks/kcodecs-6.19*86",
|
||||
];
|
||||
|
||||
for atom in atoms {
|
||||
assert!(
|
||||
|
||||
Reference in New Issue
Block a user