Chromium Code Reviews| OLD | NEW |
|---|---|
| (Empty) | |
| 1 // Copyright (c) 2015, the tuple project authors. Please see the AUTHORS | |
| 2 // file for details. All rights reserved. Use of this source code is governed | |
| 3 // by a BSD-style license that can be found in the LICENSE file. | |
| 4 | |
| 5 library tuple.test; | |
| 6 | |
| 7 import 'tuple_test.dart' as tuple_test; | |
| 8 | |
| 9 main() { | |
| 10 tuple_test.main(); | |
| 11 } | |
| OLD | NEW |