diff options
author | Chris Lattner <sabre@nondot.org> | 2010-06-25 05:00:29 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2010-06-25 05:00:29 +0000 |
commit | dd4877a3d4815ccf019df681c1400a6105804f22 (patch) | |
tree | 8c2ed717006d3d6c3b3599d69a209483fdf79a04 /test/Makefile | |
parent | 4ced79f0971592e6e7122037de69ee9ae534ce72 (diff) |
I don't know when I committed this, but it's probably a "bad thing".
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@106821 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/Makefile')
-rw-r--r-- | test/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Makefile b/test/Makefile index daa80daa04..5bb50c622a 100644 --- a/test/Makefile +++ b/test/Makefile @@ -18,7 +18,7 @@ ifndef TESTARGS ifdef VERBOSE TESTARGS = -v else -TESTARGS = -s -v -j16 +TESTARGS = -s -v endif endif |