blob: 984e0d6e8ce69ee3fb27f6b8233a067e1f04c3d9 [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
11// FIXME: This doesn't fail on "env clang". Investigating.
12// REQUIRES: shell