Author: alp
Date: Sat Jan 25 07:09:12 2014
New Revision: 200076
URL: http://llvm.org/viewvc/llvm-project?rev=200076&view=rev
Log:
Attempt to stabilize the Windows builder
Modified:
clang-tools-extra/trunk/test/clang-modernize/HeaderReplacements/no_yaml.cpp
Modified:
clang-tools-extra/trunk/test/clang-modernize/HeaderReplacements/no_yaml.cpp
URL:
http://llvm.org/viewvc/llvm-project/clang-tools-extra/trunk/test/clang-modernize/HeaderReplacements/no_yaml.cpp?rev=200076&r1=200075&r2=200076&view=diff
==============================================================================
--- clang-tools-extra/trunk/test/clang-modernize/HeaderReplacements/no_yaml.cpp
(original)
+++ clang-tools-extra/trunk/test/clang-modernize/HeaderReplacements/no_yaml.cpp
Sat Jan 25 07:09:12 2014
@@ -1,13 +1,14 @@
// Ensure that if -serialize-replacements is not provided, no serialized
// replacement files should be generated and the changes are made directly.
//
+// RUN: rm -rf %T/Inputs
// RUN: mkdir -p %T/Inputs
// RUN: grep -Ev "// *[A-Z-]+:" %s > %t.cpp
// RUN: grep -Ev "// *[A-Z-]+:" %S/Inputs/no_yaml.h > %T/Inputs/no_yaml.h
// RUN: clang-modernize -loop-convert %t.cpp -include=%T/Inputs -- -I
%T/Inputs/no_yaml.h
// RUN: FileCheck --input-file=%t.cpp %s
// RUN: FileCheck --input-file=%T/Inputs/no_yaml.h %S/Inputs/no_yaml.h
-// RUN: ls -1 %T | FileCheck %s --check-prefix=NO_YAML
+// RUN: ls %T | FileCheck %s --check-prefix=NO_YAML
//
// NO_YAML-NOT: {{no_yaml.cpp_.*.yaml}}
#include "Inputs/no_yaml.h"
_______________________________________________
cfe-commits mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits