citrun

watch C/C++ source code execute
Log | Files | Refs | LICENSE

commit cd0714d0c47eaff860e88161ab0c53202f4ed2c4
parent 29ae30ead6ea6260c95122e1f569d4bf7c1eda86
Author: Kyle Milz <kyle@getaddrinfo.net>
Date:   Sat, 11 Jun 2016 18:52:01 -0600

e2e: add warnings

Diffstat:
Me2e/libressl.t | 1+
Me2e/vim.t | 1+
2 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/e2e/libressl.t b/e2e/libressl.t @@ -1,4 +1,5 @@ use strict; +use warnings; use Cwd; use File::Which; diff --git a/e2e/vim.t b/e2e/vim.t @@ -1,4 +1,5 @@ use strict; +use warnings; use Cwd; use File::Which;