blob: 7011cbda9a2a25fa576d85b33ca9daac5dc82f21 [file] [log] [blame]
// Copyright (c) 2015, 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 'lib/suites/props.dart' show propsSuite;
import 'lib/vm.dart' show runSuiteInVM;
main() => runSuiteInVM(propsSuite);