]> granicus.if.org Git - clang/commitdiff
Fix test breakage due to example not being built.
authorManuel Klimek <klimek@google.com>
Wed, 1 Jun 2011 00:18:08 +0000 (00:18 +0000)
committerManuel Klimek <klimek@google.com>
Wed, 1 Jun 2011 00:18:08 +0000 (00:18 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@132376 91177308-0d34-0410-b5e6-96231b3b80d8

test/Tooling/remove-cstr-calls.cpp

index a43960aec537f94a1d886f9430d4c1f8b7d136e9..701683b285f98b30941eda54688c7cea820900f6 100644 (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>