forked from OSchip/llvm-project
Fix REQUIRES lines on tests from r228735. Thanks Kristof for pointing out the missing commas
llvm-svn: 228870
This commit is contained in:
parent
8812e73c63
commit
05df16d809
|
@ -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);
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue