Make valgrind happy.

llvm-svn: 120616
This commit is contained in:
Michael J. Spencer 2010-12-01 22:28:42 +00:00
parent c5bea1e337
commit 75942f9d93
1 changed files with 2 additions and 0 deletions

View File

@ -87,6 +87,7 @@ TEST(Support, Path) {
}
outs() << "]\n";
#if 0 // Valgrind is whining about this.
outs() << " Reverse Iteration: [";
for (sys::path::reverse_iterator ci = sys::path::rbegin(*i),
ce = sys::path::rend(*i);
@ -95,6 +96,7 @@ TEST(Support, Path) {
outs() << *ci << ',';
}
outs() << "]\n";
#endif
bool bres;
StringRef sfres;