forked from OSchip/llvm-project
[sanitizer] Add new line to the test
This commit is contained in:
parent
c92631a59a
commit
23a1e9f70b
|
@ -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);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue