diff options
Diffstat (limited to 'base/tools_sanity_unittest.cc')
-rw-r--r-- | base/tools_sanity_unittest.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/base/tools_sanity_unittest.cc b/base/tools_sanity_unittest.cc index b8af058..3023059 100644 --- a/base/tools_sanity_unittest.cc +++ b/base/tools_sanity_unittest.cc @@ -101,7 +101,7 @@ TEST(ToolsSanityTest, SingleElementDeletedWithBraces) { } // A data race detector should report an error in this test. -TEST(ToolsSanityTest, MAYBE_DataRace) { +TEST(ToolsSanityTest, DataRace) { bool shared = false; PlatformThreadHandle a; PlatformThreadHandle b; |