blob: fe1390e6e182754f998e49792aa0a768a60763f4 [file] [log] [blame]
// Copyright (c) 2019, the Dart project authors. Please see the AUTHORS file
// for details. All rights reserved. Use of this source code is governed by a
// BSD-style license that can be found in the LICENSE file.
import 'driver_test.dart' show defineDriverTests;
main() {
defineDriverTests(
name: 'prefer-is-empty',
options: ['--fix', 'prefer-is-empty'],
expectedSuggestions: ["Replace with 'isEmpty'"],
);
}