diff options
author | Karl Williamson <khw@khw-desktop.(none)> | 2009-11-23 16:26:16 -0700 |
---|---|---|
committer | Rafael Garcia-Suarez <rgs@consttype.org> | 2009-11-24 09:31:45 +0100 |
commit | f86864acbf97469fd9e5d5233d51ff743f4d8d6e (patch) | |
tree | 0cce34afad21e01331eb2893c1aee758358e77d5 /t/re | |
parent | 77b33db630b28c8be044e8973b0a6a8097786158 (diff) | |
download | perl-f86864acbf97469fd9e5d5233d51ff743f4d8d6e.tar.gz |
mktables not run unless needed
Diffstat (limited to 't/re')
-rw-r--r-- | t/re/uniprops.t | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/t/re/uniprops.t b/t/re/uniprops.t index b0010cccd2..7d9c89db0f 100644 --- a/t/re/uniprops.t +++ b/t/re/uniprops.t @@ -8,7 +8,7 @@ use warnings; # Test the \p{} regular expression constructs. This file is constructed by # mktables from the tables it generates, so if mktables is buggy, this won't # necessarily catch those bugs. Tests are generated for all feasible -# properties; a few aren't currently XXX feasible; see is_code_point_usable() +# properties; a few aren't currently feasible; see is_code_point_usable() # in mktables for details. # Standard test packages are not used because this manipulates SIG_WARN. It |