mirror of
https://github.com/opencv/opencv.git
synced 2025-01-05 18:05:31 +08:00
646025589b
In test_imgproc.js, the test_filter suite's last test assigns a variable to `size` without declaring it with `let`, polluting the global scope. This commit adds `let` to the statement, so that the variable is scoped to the test block. |
||
---|---|---|
.. | ||
generator | ||
perf | ||
src | ||
test | ||
CMakeLists.txt | ||
common.cmake |