r228870 - Fix REQUIRES lines on tests from r228735. Thanks Kristof for pointing out the missing commas

Pete Cooper peter_cooper at apple.com
Wed Feb 11 11:45:13 PST 2015


Author: pete
Date: Wed Feb 11 13:45:13 2015
New Revision: 228870

URL: http://llvm.org/viewvc/llvm-project?rev=228870&view=rev
Log:
Fix REQUIRES lines on tests from r228735.  Thanks Kristof for pointing out the missing commas

Modified:
    cfe/trunk/test/Analysis/crash-trace.c
    cfe/trunk/test/Parser/crash-report.c

Modified: cfe/trunk/test/Analysis/crash-trace.c
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/test/Analysis/crash-trace.c?rev=228870&r1=228869&r2=228870&view=diff
==============================================================================
--- cfe/trunk/test/Analysis/crash-trace.c (original)
+++ cfe/trunk/test/Analysis/crash-trace.c Wed Feb 11 13:45:13 2015
@@ -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);
 

Modified: cfe/trunk/test/Parser/crash-report.c
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/test/Parser/crash-report.c?rev=228870&r1=228869&r2=228870&view=diff
==============================================================================
--- cfe/trunk/test/Parser/crash-report.c (original)
+++ cfe/trunk/test/Parser/crash-report.c Wed Feb 11 13:45:13 2015
@@ -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





More information about the cfe-commits mailing list