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

Unified Diff: compiler/javatests/com/google/dart/compiler/MockBundleLibrarySource.java

Issue 9148026: Recompile unit with potential conflict/dependency on some top-level symbol. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Rebase and merge 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: compiler/javatests/com/google/dart/compiler/MockBundleLibrarySource.java
diff --git a/compiler/javatests/com/google/dart/compiler/MockBundleLibrarySource.java b/compiler/javatests/com/google/dart/compiler/MockBundleLibrarySource.java
index 10ec48d511c5148f4b90c488323caa29961cda39..f70cbec85b8bdc3cfe761ba1be2e69e862c97607 100644
--- a/compiler/javatests/com/google/dart/compiler/MockBundleLibrarySource.java
+++ b/compiler/javatests/com/google/dart/compiler/MockBundleLibrarySource.java
@@ -155,6 +155,7 @@ public class MockBundleLibrarySource extends UrlLibrarySource implements Library
*/
public void remapSource(String relPath, String remappedRelPath) {
sourceRemapping.put(relPath, remappedRelPath);
+ touchSource(relPath);
}
/**

Powered by Google App Engine
This is Rietveld 408576698