diff options
-rw-r--r-- | compiler-rt/test/asan/TestCases/Darwin/uuid.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler-rt/test/asan/TestCases/Darwin/uuid.cc b/compiler-rt/test/asan/TestCases/Darwin/uuid.cc index 2699f92cc29..3f50272e901 100644 --- a/compiler-rt/test/asan/TestCases/Darwin/uuid.cc +++ b/compiler-rt/test/asan/TestCases/Darwin/uuid.cc @@ -10,7 +10,7 @@ int main(int argc, char *argv[]) { char buf[2048]; - snprintf(buf, sizeof(buf), "otool -l %s", argv[0]); + snprintf(buf, sizeof(buf), "otool -l %s 1>&2", argv[0]); system(buf); // CHECK: cmd LC_UUID // CHECK-NEXT: cmdsize 24 |