diff options
| author | Kostya Serebryany <kcc@google.com> | 2013-02-14 08:12:26 +0000 |
|---|---|---|
| committer | Kostya Serebryany <kcc@google.com> | 2013-02-14 08:12:26 +0000 |
| commit | dd0ab08b6ec750318d34b59c0c218dba8bebee10 (patch) | |
| tree | 42804f40b601151666507c2371418e60b644e4e3 /compiler-rt/lib/asan/tests/asan_test_utils.h | |
| parent | c86a2f39a9c3afaa61dce86e4d06d63900c3843b (diff) | |
| download | bcm5719-llvm-dd0ab08b6ec750318d34b59c0c218dba8bebee10.tar.gz bcm5719-llvm-dd0ab08b6ec750318d34b59c0c218dba8bebee10.zip | |
[asan] use short path for sanitizer_common/tests/sanitizer_test_utils.h, add -I sanitizer_common/tests to asan/tests/CMakeLists.txt
llvm-svn: 175142
Diffstat (limited to 'compiler-rt/lib/asan/tests/asan_test_utils.h')
| -rw-r--r-- | compiler-rt/lib/asan/tests/asan_test_utils.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler-rt/lib/asan/tests/asan_test_utils.h b/compiler-rt/lib/asan/tests/asan_test_utils.h index 824f7e322b6..403773180c2 100644 --- a/compiler-rt/lib/asan/tests/asan_test_utils.h +++ b/compiler-rt/lib/asan/tests/asan_test_utils.h @@ -20,7 +20,7 @@ # undef INCLUDED_FROM_ASAN_TEST_UTILS_H #endif -#include "sanitizer_common/tests/sanitizer_test_utils.h" +#include "sanitizer_test_utils.h" #include <stdio.h> #include <signal.h> #include <stdlib.h> |

