mirror of
https://github.com/llvm/llvm-project.git
synced 2025-04-28 12:46:08 +00:00

This reverts r371497 (git commit 3d7e9ab7b9f8c53aa41420c54970f0fb421004a2) 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
|
|
|