citrun

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

commit e2fadc1e7900d5788733266795e43334e990fc8e
parent a03ed228975a4aa8a046d83995eee205538c99b9
Author: Kyle Milz <kyle@0x30.net>
Date:   Mon,  9 Jan 2017 23:31:05 -0700

t: add some whitespace

Diffstat:
Mt/utils.pm | 3+++
1 file changed, 3 insertions(+), 0 deletions(-)

diff --git a/t/utils.pm b/t/utils.pm @@ -1,12 +1,15 @@ use strict; use warnings; + use if $^O eq "MSWin32", 'File::DosGlob' => 'glob'; use Test::Cmd; use Test::Differences; use Test::More; + use autodie; unified_diff; # For Test::Differences diffs + sub os_compiler { if ($^O eq 'MSWin32') { return 'cl /nologo /Fe';