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

Side by Side Diff: stub-generator/src/MintMakerFullyIsolatedTest-generatedTest.dart

Issue 8764019: - "#library warning" fixit: Add #library where it could be expected. (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/tests/
Patch Set: Created 9 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 | Annotate | Revision Log
OLDNEW
1 // Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file 1 // Copyright (c) 2011, 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 // IsolateStubs=MintMakerFullyIsolatedTest.dart:Mint,Purse,PowerfulPurse 5 // IsolateStubs=MintMakerFullyIsolatedTest.dart:Mint,Purse,PowerfulPurse
6 6
7 #library("MintMakerFullyIsolatedTest-generatedTest");
zundel 2011/12/01 15:41:54 Since this file is generated, the generator (part
Ivan Posva 2011/12/01 17:09:14 I am sorry, I noticed that this file is generated.
7 #import("../../isolate/src/TestFramework.dart"); 8 #import("../../isolate/src/TestFramework.dart");
8 9
9 /* class = Purse (tests/stub-generator/src/MintMakerFullyIsolatedTest.dart/MintM akerFullyIsolatedTest.dart: 9) */ 10 /* class = Purse (tests/stub-generator/src/MintMakerFullyIsolatedTest.dart/MintM akerFullyIsolatedTest.dart: 9) */
10 11
11 interface Purse$Proxy extends Proxy { 12 interface Purse$Proxy extends Proxy {
12 Promise<int> queryBalance(); 13 Promise<int> queryBalance();
13 14
14 Purse$Proxy sproutPurse(); 15 Purse$Proxy sproutPurse();
15 16
16 Promise<int> deposit(int amount, Purse$Proxy source); 17 Promise<int> deposit(int amount, Purse$Proxy source);
(...skipping 482 matching lines...) Expand 10 before | Expand all | Expand 10 after
499 expect.succeeded(); 500 expect.succeeded();
500 print("##DONE##"); 501 print("##DONE##");
501 }); 502 });
502 } 503 }
503 504
504 } 505 }
505 506
506 main() { 507 main() {
507 runTests([MintMakerFullyIsolatedTest.testMain]); 508 runTests([MintMakerFullyIsolatedTest.testMain]);
508 } 509 }
OLDNEW
« no previous file with comments | « standalone/src/SocketManyConnectionsTest.dart ('k') | stub-generator/src/MintMakerPromiseWithStubsTest.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698