| Index: ui/views/view_unittest.cc
|
| diff --git a/ui/views/view_unittest.cc b/ui/views/view_unittest.cc
|
| index bf8395facc884498ea8f911653e33bd42e9972f2..dfb4dce5931d46672311b968e187f4d08b3422a0 100644
|
| --- a/ui/views/view_unittest.cc
|
| +++ b/ui/views/view_unittest.cc
|
| @@ -1487,7 +1487,7 @@ bool TestView::AcceleratorPressed(const ui::Accelerator& accelerator) {
|
|
|
| // TODO: these tests were initially commented out when getting aura to
|
| // run. Figure out if still valuable and either nuke or fix.
|
| -#if defined(false)
|
| +#if 0
|
| TEST_F(ViewTest, ActivateAccelerator) {
|
| // Register a keyboard accelerator before the view is added to a window.
|
| ui::Accelerator return_accelerator(ui::VKEY_RETURN, ui::EF_NONE);
|
|
|