Chromium Code Reviews| Index: base/tools_sanity_unittest.cc |
| diff --git a/base/tools_sanity_unittest.cc b/base/tools_sanity_unittest.cc |
| index bbcb3e545f4abdfb89bd15a501bc4860b5c389d1..249ae18cab8079cea87e55fcadc418504d228e9b 100644 |
| --- a/base/tools_sanity_unittest.cc |
| +++ b/base/tools_sanity_unittest.cc |
| @@ -99,6 +99,7 @@ TEST(ToolsSanityTest, SingleElementDeletedWithBraces) { |
| // Without the |volatile|, clang optimizes away the next two lines. |
| int* volatile foo = new int; |
| + (void) foo; |
| delete [] foo; |
| } |