Skip to content

Commit

Permalink
fix testdata
Browse files Browse the repository at this point in the history
  • Loading branch information
robertbastian committed Jan 13, 2025
1 parent 4cc12af commit 3988ba0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion provider/source/src/tests/make_testdata.rs
Original file line number Diff line number Diff line change
Expand Up @@ -105,9 +105,9 @@ const EXPECTED_TRANSIENT_VIOLATIONS: &[DataMarkerInfo] = &[
// Regex DFAs need to be validated, which involved creating a BTreeMap.
// If required we could avoid this using one of the approaches in
// https://github.com/unicode-org/icu4x/pulls/3697.
icu::list::provider::AndListV2Marker::INFO,
icu::list::provider::OrListV2Marker::INFO,
icu::list::provider::UnitListV2Marker::INFO,
icu::list::provider::AndListV2Marker::INFO,
];

impl DataExporter for ZeroCopyCheckExporter {
Expand Down

0 comments on commit 3988ba0

Please sign in to comment.