From 0783f9d63304bf9944ecdb31fbcdba2d78ea6fcd Mon Sep 17 00:00:00 2001 From: Matt Perry Date: Tue, 7 Jun 2016 13:13:51 -0400 Subject: [PATCH] Remove "Drop-down button" from the transtions perf test. (#4417) It's no longer part of the gallery app. BUG=https://github.com/flutter/flutter/issues/4390 --- examples/flutter_gallery/test_driver/transitions_perf_test.dart | 1 - 1 file changed, 1 deletion(-) diff --git a/examples/flutter_gallery/test_driver/transitions_perf_test.dart b/examples/flutter_gallery/test_driver/transitions_perf_test.dart index 42fddf97431..83344abf12a 100644 --- a/examples/flutter_gallery/test_driver/transitions_perf_test.dart +++ b/examples/flutter_gallery/test_driver/transitions_perf_test.dart @@ -23,7 +23,6 @@ const List demoNames = const [ 'Date picker', 'Data tables', 'Dialog', - 'Drop-down button', 'Expand/collapse list control', 'Floating action button', 'Grid',