Update kernel/visitor_test expectations

Review-Url: https://codereview.chromium.org/2935043002 .
This commit is contained in:
Johnni Winther 2017-06-13 14:07:20 +02:00
parent d1f6e1ca26
commit 5917139015

View file

@ -30,16 +30,16 @@ const List<String> TESTS = const <String>[
'bad_store',
'call',
'closure',
'covariant_generic',
// 'covariant_generic', Issue 29853: typedefs
'escape',
'fallthrough',
'micro',
'named_parameters',
'null_aware',
'optional',
// 'optional', Issue 29853: abstract members
'override',
'prefer_baseclass',
'redirecting_factory',
// 'redirecting_factory', Issue 29853: redirecting factories
'static_setter',
'store_load',
'stringliteral',