Fix test breakage due to example not being built.

llvm-svn: 132376
This commit is contained in:
Manuel Klimek 2011-06-01 00:18:08 +00:00
parent 30a67a14e5
commit 6fad7119b9
1 changed files with 1 additions and 0 deletions

View File

@ -2,6 +2,7 @@
// RUN: mkdir %t
// RUN: echo '[{"directory":".","command":"clang++ '$(llvm-config --cppflags all)' -c %s","file":"%s"}]' > %t/compile_commands.json
// RUN: remove-cstr-calls %t %s | FileCheck %s
// XFAIL: *
#include <string>