blob: 6cf9e295d4e7fa0de53ed7f23d1eb9fbc636ba53 [file] [log] [blame]
// Copyright (c) 2015, the tuple 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.
library tuple.test;
import 'tuple_test.dart' as tuple_test;
main() {
tuple_test.main();
}