diff options
| author | Alexey Samsonov <samsonov@google.com> | 2013-01-14 14:52:35 +0000 |
|---|---|---|
| committer | Alexey Samsonov <samsonov@google.com> | 2013-01-14 14:52:35 +0000 |
| commit | 4e958e5ddbf9c35caba73a9a1fb0008e497aef2c (patch) | |
| tree | dd0fcbc696267677d72f510f494b45839967d2a0 | |
| parent | ff19809a3da04e0a0fff4585791095ee36bdecef (diff) | |
| download | bcm5719-llvm-4e958e5ddbf9c35caba73a9a1fb0008e497aef2c.tar.gz bcm5719-llvm-4e958e5ddbf9c35caba73a9a1fb0008e497aef2c.zip | |
Fix-up copypasto from r172410
llvm-svn: 172419
| -rw-r--r-- | compiler-rt/lib/sanitizer_common/tests/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler-rt/lib/sanitizer_common/tests/CMakeLists.txt b/compiler-rt/lib/sanitizer_common/tests/CMakeLists.txt index 0ce34ee21b3..a57a7b097ad 100644 --- a/compiler-rt/lib/sanitizer_common/tests/CMakeLists.txt +++ b/compiler-rt/lib/sanitizer_common/tests/CMakeLists.txt @@ -130,7 +130,7 @@ if(ANDROID) ) # Setup correct output directory and link flags. get_unittest_directory(OUTPUT_DIR) - set_target_properties(AsanTest PROPERTIES + set_target_properties(SanitizerTest PROPERTIES RUNTIME_OUTPUT_DIRECTORY ${OUTPUT_DIR}) set_target_link_flags(SanitizerTest ${SANITIZER_TEST_LINK_FLAGS}) # Add unit test to test suite. |

