Convert llvmc tests to FileCheck.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@91420 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Mikhail Glushenkov
2009-12-15 07:21:14 +00:00
parent 545f96814b
commit f8bc1e4b27
14 changed files with 42 additions and 25 deletions
+1 -1
View File
@@ -2169,7 +2169,7 @@ void EmitToolClassDefinition (const ToolDescription& D,
else
O << "Tool";
O << "{\nprivate:\n";
O << " {\nprivate:\n";
O.indent(Indent1) << "static const char* InputLanguages_[];\n\n";
O << "public:\n";