From: Pete Cooper Date: Wed, 11 Feb 2015 19:45:13 +0000 (+0000) Subject: Fix REQUIRES lines on tests from r228735. Thanks Kristof for pointing out the missin... X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=37e0a8dd6693940049c882585f5b1d28af0feaef;p=clang Fix REQUIRES lines on tests from r228735. Thanks Kristof for pointing out the missing commas git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@228870 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/test/Analysis/crash-trace.c b/test/Analysis/crash-trace.c index 5fca8d88c6..bac74476ed 100644 --- a/test/Analysis/crash-trace.c +++ b/test/Analysis/crash-trace.c @@ -3,7 +3,7 @@ // FIXME: CHECKs might be incompatible to win32. // Stack traces also require back traces. -// REQUIRES: shell backtrace +// REQUIRES: shell, backtrace void clang_analyzer_crash(void); diff --git a/test/Parser/crash-report.c b/test/Parser/crash-report.c index 840a2a593f..ef65b88a06 100644 --- a/test/Parser/crash-report.c +++ b/test/Parser/crash-report.c @@ -3,7 +3,7 @@ // FIXME: CHECKs might be incompatible to win32. // Stack traces also require back traces. -// REQUIRES: shell backtrace +// REQUIRES: shell, backtrace #prag\ ma clang __debug crash