This reverts r371497 (git commit 3d7e9ab7b9)
Reorder `not` with `env` in these two tests so they pass:
Driver/rewrite-map-in-diagnostics.c
Index/crash-recovery-modules.m.
This will not be necessary after D66531 lands.
llvm-svn: 371552
13 lines
215 B
C
13 lines
215 B
C
// RUN: not --crash %clang_cc1 %s 2>&1 | FileCheck %s
|
|
// REQUIRES: crash-recovery
|
|
|
|
// Stack traces also require back traces.
|
|
// REQUIRES: backtrace
|
|
|
|
#prag\
|
|
ma clang __debug crash
|
|
|
|
// CHECK: prag\
|
|
// CHECK-NEXT: ma
|
|
|