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

Unified Diff: tests/stub-generator/src/MintMakerFullyIsolatedTest-generatedTest.dart

Issue 8361035: Don't use the old generated files. (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/
Patch Set: Created 9 years, 2 months 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | tests/stub-generator/testcfg.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tests/stub-generator/src/MintMakerFullyIsolatedTest-generatedTest.dart
===================================================================
--- tests/stub-generator/src/MintMakerFullyIsolatedTest-generatedTest.dart (revision 600)
+++ tests/stub-generator/src/MintMakerFullyIsolatedTest-generatedTest.dart (working copy)
@@ -1,4 +1,4 @@
-/* class = Purse (tests/stub-generator/src/MintMakerFullyIsolatedTest.dart/MintMakerFullyIsolatedTest.dart: 10) */
+/* class = Purse (tests/stub-generator/src/MintMakerFullyIsolatedTest.dart/MintMakerFullyIsolatedTest.dart: 7) */
interface Purse$Proxy {
Promise<int> queryBalance();
@@ -75,7 +75,7 @@
}
}
-/* class = PowerfulPurse (tests/stub-generator/src/MintMakerFullyIsolatedTest.dart/MintMakerFullyIsolatedTest.dart: 19) */
+/* class = PowerfulPurse (tests/stub-generator/src/MintMakerFullyIsolatedTest.dart/MintMakerFullyIsolatedTest.dart: 16) */
interface PowerfulPurse$Proxy {
void init(Mint$Proxy mint, int balance);
@@ -153,7 +153,7 @@
}
}
-/* class = Mint (tests/stub-generator/src/MintMakerFullyIsolatedTest.dart/MintMakerFullyIsolatedTest.dart: 29) */
+/* class = Mint (tests/stub-generator/src/MintMakerFullyIsolatedTest.dart/MintMakerFullyIsolatedTest.dart: 26) */
interface Mint$Proxy {
Purse$Proxy createPurse(int balance);
@@ -226,9 +226,6 @@
// IsolateStubs=MintMakerFullyIsolatedTest.dart:Mint,Purse,PowerfulPurse
-//#library("MintMakerFullyIsolatedTest");
-//#import("../../isolate/src/TestFramework.dart");
-
interface Purse {
Purse();
int queryBalance();
@@ -459,5 +456,4 @@
main() {
MintMakerFullyIsolatedTest.testMain();
- //runTests([MintMakerFullyIsolatedTest.testMain]);
}
« no previous file with comments | « no previous file | tests/stub-generator/testcfg.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698