Skip to content

Commit

Permalink
test-c
Browse files Browse the repository at this point in the history
  • Loading branch information
Manishearth committed Jan 7, 2025
1 parent 42d7a45 commit a17ee6f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tutorials/c/locale.c
Original file line number Diff line number Diff line change
Expand Up @@ -241,9 +241,9 @@ int main() {
icu4x_Locale_destroy_mv1(locale);

// Create a LocaleCanonicalizer and LocaleExpander.
LocaleCanonicalizer* lc = icu4x_LocaleCanonicalizer_create_mv1();
LocaleCanonicalizer* lc = icu4x_LocaleCanonicalizer_create_extended_mv1();

LocaleExpander* le = icu4x_LocaleExpander_create_mv1();
LocaleExpander* le = icu4x_LocaleExpander_create_extended_mv1();


// Test maximize.
Expand Down

0 comments on commit a17ee6f

Please sign in to comment.