diff options
Diffstat (limited to 'clang')
-rw-r--r-- | clang/test/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/test/Makefile b/clang/test/Makefile index 0747df18c03..c3b3eab5894 100644 --- a/clang/test/Makefile +++ b/clang/test/Makefile @@ -18,7 +18,7 @@ ifndef TESTARGS ifdef VERBOSE TESTARGS = -v else -TESTARGS = -s -v -j16 +TESTARGS = -s -v endif endif |