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

Unified Diff: tests/stub-generator/src/MintMakerPromiseWithStubsTest.dart

Issue 8771039: Add #library directive to generate-stubs templates (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Removed .dart suffix on library name 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 side-by-side diff with in-line comments
Download patch
Index: tests/stub-generator/src/MintMakerPromiseWithStubsTest.dart
diff --git a/tests/stub-generator/src/MintMakerPromiseWithStubsTest.dart b/tests/stub-generator/src/MintMakerPromiseWithStubsTest.dart
index 0f543a8883bc47347f996b08890ac2c7dec5bcc9..319d23bb3ca6e8a00810c16d9f0f8d923eb52b9c 100644
--- a/tests/stub-generator/src/MintMakerPromiseWithStubsTest.dart
+++ b/tests/stub-generator/src/MintMakerPromiseWithStubsTest.dart
@@ -4,7 +4,7 @@
// IsolateStubs=MintMakerPromiseWithStubsTest.dart:Mint,Purse
-#library("MintMakerPromiseWithStubsTest");
+#library("MintMakerPromiseWithStubsTest-generatedTest");
#import("../../isolate/src/TestFramework.dart");
interface Mint factory MintImpl {

Powered by Google App Engine
This is Rietveld 408576698