blob: 39d75c2ecc5fc66f6938a2b4f03283141734cb40 [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: 'pedantic',
options: ['--pedantic'],
expectedSuggestions: ["Replace with 'isEmpty'"],
);
}