[sanitizer] Add new line to the test

This commit is contained in:
Vitaly Buka 2021-08-25 14:33:06 -07:00
parent c92631a59a
commit 23a1e9f70b
1 changed files with 1 additions and 1 deletions

View File

@ -18,4 +18,4 @@ int main(int argc, char *argv[]) {
printf("REALPATH %s\n", buff2); printf("REALPATH %s\n", buff2);
// CHECK: REALPATH /{{.+}} // CHECK: REALPATH /{{.+}}
free(buff2); free(buff2);
} }