diff options
| -rw-r--r-- | compiler-rt/lib/tsan/Makefile.old | 2 | ||||
| -rw-r--r-- | compiler-rt/lib/tsan/unit_tests/tsan_platform_test.cc | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/compiler-rt/lib/tsan/Makefile.old b/compiler-rt/lib/tsan/Makefile.old index 0b1c458..7506396 100644 --- a/compiler-rt/lib/tsan/Makefile.old +++ b/compiler-rt/lib/tsan/Makefile.old @@ -70,7 +70,7 @@ lint: lint_tsan lint_tests lint_tsan: third_party/cpplint/cpplint.py --filter=$(RTL_LINT_FITLER) rtl/*.{cc,h} lint_tests: - third_party/cpplint/cpplint.py --filter=$(RTL_LINT_FITLER) rtl_tests/*.{cc,h} + third_party/cpplint/cpplint.py --filter=$(RTL_LINT_FITLER) rtl_tests/*.{cc,h} unit_tests/*.cc install_deps: rm -rf third_party diff --git a/compiler-rt/lib/tsan/unit_tests/tsan_platform_test.cc b/compiler-rt/lib/tsan/unit_tests/tsan_platform_test.cc index 16ee6bd..cc86a74 100644 --- a/compiler-rt/lib/tsan/unit_tests/tsan_platform_test.cc +++ b/compiler-rt/lib/tsan/unit_tests/tsan_platform_test.cc @@ -66,7 +66,7 @@ TEST(Platform, FileOps) { EXPECT_EQ(len1, internal_write(fd, str1, len1)); EXPECT_EQ(len2, internal_write(fd, str2, len2)); internal_close(fd); - + fd = internal_open("./tsan_test.tmp", false); EXPECT_NE(fd, kInvalidFd); EXPECT_EQ(len1 + len2, internal_filesize(fd)); |
