diff options
author | Justin M. Keyes <justinkz@gmail.com> | 2017-04-20 22:00:03 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-04-20 22:00:03 +0200 |
commit | 15af803cce0221588011879723ccfc2ade51ea98 (patch) | |
tree | 58b25a2bd41b020247ec89361d728c1838e1920a /test/functional | |
parent | 3a606ee58d550d3307cf69c69267bb02cfae3c31 (diff) | |
parent | c2f3e361c52ec4e7149ea1d8c6a1202e0873da8e (diff) | |
download | rneovim-15af803cce0221588011879723ccfc2ade51ea98.tar.gz rneovim-15af803cce0221588011879723ccfc2ade51ea98.tar.bz2 rneovim-15af803cce0221588011879723ccfc2ade51ea98.zip |
Merge #6550 from ZyX-I/pvs-check-comment
Diffstat (limited to 'test/functional')
-rw-r--r-- | test/functional/fixtures/printargs-test.c | 3 | ||||
-rw-r--r-- | test/functional/fixtures/shell-test.c | 3 | ||||
-rw-r--r-- | test/functional/fixtures/tty-test.c | 3 |
3 files changed, 9 insertions, 0 deletions
diff --git a/test/functional/fixtures/printargs-test.c b/test/functional/fixtures/printargs-test.c index 2c25cf8447..be54605817 100644 --- a/test/functional/fixtures/printargs-test.c +++ b/test/functional/fixtures/printargs-test.c @@ -1,3 +1,6 @@ +// This is an open source non-commercial project. Dear PVS-Studio, please check +// it. PVS-Studio Static Code Analyzer for C, C++ and C#: http://www.viva64.com + #include <stdio.h> int main(int argc, char **argv) diff --git a/test/functional/fixtures/shell-test.c b/test/functional/fixtures/shell-test.c index 3f3976ece5..8dbec2aaee 100644 --- a/test/functional/fixtures/shell-test.c +++ b/test/functional/fixtures/shell-test.c @@ -1,3 +1,6 @@ +// This is an open source non-commercial project. Dear PVS-Studio, please check +// it. PVS-Studio Static Code Analyzer for C, C++ and C#: http://www.viva64.com + #include <stdio.h> #include <string.h> #include <stdint.h> diff --git a/test/functional/fixtures/tty-test.c b/test/functional/fixtures/tty-test.c index 778e7f3cd3..3406b3a202 100644 --- a/test/functional/fixtures/tty-test.c +++ b/test/functional/fixtures/tty-test.c @@ -1,3 +1,6 @@ +// This is an open source non-commercial project. Dear PVS-Studio, please check +// it. PVS-Studio Static Code Analyzer for C, C++ and C#: http://www.viva64.com + #include <stdbool.h> #include <stdio.h> #include <stdlib.h> |