| Index: ash/accelerators/accelerator_table_unittest.cc
|
| ===================================================================
|
| --- ash/accelerators/accelerator_table_unittest.cc (revision 162263)
|
| +++ ash/accelerators/accelerator_table_unittest.cc (working copy)
|
| @@ -58,13 +58,4 @@
|
| }
|
| }
|
|
|
| -TEST(AcceleratorTableTest, CheckDuplicatedActionsAllowedAtModalWindow) {
|
| - std::set<AcceleratorAction> actions;
|
| - for (size_t i = 0; i < kActionsAllowedAtModalWindowLength; ++i) {
|
| - EXPECT_TRUE(actions.insert(kActionsAllowedAtModalWindow[i]).second)
|
| - << "Duplicated action: " << kActionsAllowedAtModalWindow[i]
|
| - << " at index: " << i;
|
| - }
|
| -}
|
| -
|
| } // namespace ash
|
|
|