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

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

Issue 9195017: Generate stub-generator tests in the build directory, and do not commit them to repository. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Add code for the unlikely case that these are the first tests run in a new checkout. Created 8 years, 11 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
Index: tests/stub-generator/src/MintMakerPromiseWithStubsTest.dart
diff --git a/tests/stub-generator/src/MintMakerPromiseWithStubsTest.dart b/tests/stub-generator/src/MintMakerPromiseWithStubsTest.dart
index 3b2e94728526659976c30331ff82a715c8be20f7..161301c77fb9403fb9d2f19593bd9df66d3a1a3b 100644
--- a/tests/stub-generator/src/MintMakerPromiseWithStubsTest.dart
+++ b/tests/stub-generator/src/MintMakerPromiseWithStubsTest.dart
@@ -5,7 +5,7 @@
// IsolateStubs=MintMakerPromiseWithStubsTest.dart:Mint,Purse
#library("MintMakerPromiseWithStubsTest-generatedTest");
-#import("../../isolate/src/TestFramework.dart");
+#import("../../../tests/isolate/src/TestFramework.dart");
interface Mint default MintImpl {

Powered by Google App Engine
This is Rietveld 408576698