aboutsummaryrefslogtreecommitdiff
path: root/test/lint
diff options
context:
space:
mode:
authorpracticalswift <practicalswift@users.noreply.github.com>2018-10-29 09:15:11 +0100
committerpracticalswift <practicalswift@users.noreply.github.com>2018-11-06 17:32:13 +0100
commitc5fd143edb85d0c181e21a429f9e29d12a611831 (patch)
treeff7260b262bf078cb026f0560ee8643ef8d1879e /test/lint
parente70cc8983c570bbacee37a67df86b1bf959894df (diff)
downloadbitcoin-c5fd143edb85d0c181e21a429f9e29d12a611831.tar.xz
Use ToLower(...) instead of std::tolower
Diffstat (limited to 'test/lint')
-rwxr-xr-xtest/lint/lint-locale-dependence.sh2
1 files changed, 0 insertions, 2 deletions
diff --git a/test/lint/lint-locale-dependence.sh b/test/lint/lint-locale-dependence.sh
index 59881ce882..2765ebe5c7 100755
--- a/test/lint/lint-locale-dependence.sh
+++ b/test/lint/lint-locale-dependence.sh
@@ -15,10 +15,8 @@ KNOWN_VIOLATIONS=(
"src/test/getarg_tests.cpp.*split"
"src/torcontrol.cpp:.*atoi"
"src/torcontrol.cpp:.*strtol"
- "src/uint256.cpp:.*tolower"
"src/util/system.cpp:.*atoi"
"src/util/system.cpp:.*fprintf"
- "src/util/system.cpp:.*tolower"
"src/util/strencodings.cpp:.*atoi"
"src/util/strencodings.cpp:.*strtol"
"src/util/strencodings.cpp:.*strtoul"