Test commit - delete trailing space.

llvm-svn: 347194
This commit is contained in:
Michael Platings 2018-11-19 12:16:05 +00:00
parent dad611c1a0
commit 49af748672
1 changed files with 1 additions and 1 deletions

View File

@ -21,7 +21,7 @@ static void ThrowerAnError(const char* Name) {
int main(int argc, const char** argv) { int main(int argc, const char** argv) {
for (int I = 0; I < argc; ++I) for (int I = 0; I < argc; ++I)
printf("arg[%d]='%s'\n", I, argv[I]); printf("arg[%d]='%s'\n", I, argv[I]);
try { try {
ThrowerAnError("In JIT"); ThrowerAnError("In JIT");
} catch (const std::exception& E) { } catch (const std::exception& E) {