blob: 2c3fe84a829124a894ad61c6c0e843878ebde3ad [file]
// Copyright (c) 2026, 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 'package:integration_test/integration_test.dart';
import '../../test/main.dart' as test_main;
void main() {
IntegrationTestWidgetsFlutterBinding.ensureInitialized();
test_main.main();
}