blob: 9bdcc774a887a6ec8cf3875ac11b21e93b0f8d1d [file] [log] [blame]
// Copyright (c) 2017, 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:e2e_test/sync_worker.dart';
void main() {
ExampleSyncWorker().run();
}