Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(769)

Side by Side Diff: packages/smoke/test/args_test.dart

Issue 1521693002: Roll Observatory deps (charted -> ^0.3.0) (Closed) Base URL: https://chromium.googlesource.com/external/github.com/dart-lang/observatory_pub_packages.git@master
Patch Set: Created 5 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « packages/smoke/pubspec.yaml ('k') | packages/smoke/test/codegen/common.dart » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 // Copyright (c) 2014, the Dart project authors. Please see the AUTHORS file 1 // Copyright (c) 2014, the Dart project authors. Please see the AUTHORS file
2 // for details. All rights reserved. Use of this source code is governed by a 2 // for details. All rights reserved. Use of this source code is governed by a
3 // BSD-style license that can be found in the LICENSE file. 3 // BSD-style license that can be found in the LICENSE file.
4 4
5 /// Tests for [minArgs] and [maxArgs]. 5 /// Tests for [minArgs] and [maxArgs].
6 library smoke.test.args_test; 6 library smoke.test.args_test;
7 7
8 import 'package:smoke/smoke.dart' 8 import 'package:smoke/smoke.dart'
9 show minArgs, maxArgs, canAcceptNArgs, SUPPORTED_ARGS; 9 show minArgs, maxArgs, canAcceptNArgs, SUPPORTED_ARGS;
10 import 'package:unittest/unittest.dart'; 10 import 'package:test/test.dart';
11 11
12 main() { 12 main() {
13 var a = new A(); 13 var a = new A();
14 var instanceMethods = [ 14 var instanceMethods = [
15 a.m1, 15 a.m1,
16 a.m2, 16 a.m2,
17 a.m3, 17 a.m3,
18 a.m4, 18 a.m4,
19 a.m5, 19 a.m5,
20 a.m6, 20 a.m6,
(...skipping 605 matching lines...) Expand 10 before | Expand all | Expand 10 after
626 9, 626 9,
627 10, 627 10,
628 11, 628 11,
629 12, 629 12,
630 13, 630 13,
631 14, 631 14,
632 15, 632 15,
633 15, 633 15,
634 15 634 15
635 ]; 635 ];
OLDNEW
« no previous file with comments | « packages/smoke/pubspec.yaml ('k') | packages/smoke/test/codegen/common.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698