diff options
Diffstat (limited to 'clang/test/TestRunner.sh')
-rwxr-xr-x | clang/test/TestRunner.sh | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/clang/test/TestRunner.sh b/clang/test/TestRunner.sh index 48b48d5a29c..bb20728578c 100755 --- a/clang/test/TestRunner.sh +++ b/clang/test/TestRunner.sh @@ -18,9 +18,6 @@ TESTNAME=$1 SUBST=$1 FILEDIR=`dirname $TESTNAME` -# Make diagnostic printing more determinstic. -export COLUMNS=0 - OUTPUT=Output/$1.out # create the output directory if it does not already exist |