blob: 6d4b99c6075f8ea427772c9e576351e02defd239 [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;
void main() {
defineDriverTests(
name: 'pedantic',
options: ['--pedantic'],
expectedSuggestions: ["Replace with 'isEmpty'"],
);
}