0a6782bab2
Change-Id: Ie3e5ebb41377c709c6685046b46d6eeb711ddddf Reviewed-on: https://dart-review.googlesource.com/22040 Reviewed-by: Sigmund Cherem <sigmund@google.com>
10 lines
303 B
Dart
10 lines
303 B
Dart
// 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 'tools/source_mapping_tester.dart';
|
|
|
|
void main() {
|
|
test(['invokes.dart']);
|
|
}
|