forked from OSchip/llvm-project
TableGen: Remove extraneous '\' at EOL in generated tests.
llvm-svn: 157700
This commit is contained in:
parent
1622a99e58
commit
6acd46f5e9
|
@ -1507,7 +1507,7 @@ static std::string GenTest(const std::string &name,
|
|||
s.push_back(arg);
|
||||
comma = ", ";
|
||||
}
|
||||
s += ") { \\\n ";
|
||||
s += ") {\n ";
|
||||
|
||||
if (proto[0] != 'v')
|
||||
s += "return ";
|
||||
|
|
Loading…
Reference in New Issue