blob: 4aea0ec031456bdb8de3f32898dd9a77c864e119 [file] [log] [blame]
Saleem Abdulrasool3661a822015-01-12 02:33:09 +00001// RUN: rm -rf "%t"
2// RUN: mkdir -p "%t"
3// RUN: not env TMPDIR="%t" TEMP="%t" TMP="%t" RC_DEBUG_OPTION=1 \
4// RUN: %clang -fsyntax-only -frewrite-map-file %p/Inputs/rewrite.map %s 2>&1 \
5// RUN: | FileCheck %s
6
7#pragma clang __debug parser_crash
8
9// CHECK: note: diagnostic msg: {{.*}}rewrite.map
NAKAMURA Takumib70f83e2015-01-12 11:39:04 +000010
NAKAMURA Takumi1dba3072015-01-25 23:10:21 +000011// REQUIRES: crash-recovery
12
NAKAMURA Takumib70f83e2015-01-12 11:39:04 +000013// FIXME: This doesn't fail on "env clang". Investigating.
14// REQUIRES: shell