diff options
author | MarcoFalke <falke.marco@gmail.com> | 2021-10-07 11:45:53 +0200 |
---|---|---|
committer | MarcoFalke <falke.marco@gmail.com> | 2021-10-12 09:10:19 +0200 |
commit | fa8d49289479b8eda7ba7530515c414d1cd566a3 (patch) | |
tree | 668eff074be0a10a4290ed495826837172689dfc /test/lint/lint-locale-dependence.sh | |
parent | 8df7eee5e1c8ad6b224aa00bcfd7a04a974362c4 (diff) |
rest: Return error when header count is not integral
Diffstat (limited to 'test/lint/lint-locale-dependence.sh')
-rwxr-xr-x | test/lint/lint-locale-dependence.sh | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/test/lint/lint-locale-dependence.sh b/test/lint/lint-locale-dependence.sh index f82d82f890..34022ece35 100755 --- a/test/lint/lint-locale-dependence.sh +++ b/test/lint/lint-locale-dependence.sh @@ -43,7 +43,6 @@ export LC_ALL=C KNOWN_VIOLATIONS=( "src/bitcoin-tx.cpp.*stoul" "src/dbwrapper.cpp:.*vsnprintf" - "src/rest.cpp:.*strtol" "src/test/dbwrapper_tests.cpp:.*snprintf" "src/test/fuzz/locale.cpp" "src/test/fuzz/string.cpp" |