aboutsummaryrefslogtreecommitdiff
path: root/test/norm-nfkc-test.c
diff options
context:
space:
mode:
authorThomas Voss <mail@thomasvoss.com> 2024-05-20 21:17:56 +0200
committerThomas Voss <mail@thomasvoss.com> 2024-05-20 21:17:56 +0200
commit82a976c742ba88ecd2aa66074e388025f9af6231 (patch)
tree3242dca909c1d27afd9f388026dae4c6fc891cb0 /test/norm-nfkc-test.c
parent2e125c1c7e75db14a88f0b8b09e61a132977c63e (diff)
Rename normtype/NT to normform/NF
Diffstat (limited to 'test/norm-nfkc-test.c')
-rw-r--r--test/norm-nfkc-test.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/norm-nfkc-test.c b/test/norm-nfkc-test.c
index cddce1c..193da52 100644
--- a/test/norm-nfkc-test.c
+++ b/test/norm-nfkc-test.c
@@ -1,2 +1,2 @@
-#define NORMTYPE NT_NFKC
+#define NORMTYPE NF_NFKC
#include "_norm-test.h"