| 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);
|
| }
|
|
|
| /**
|
|
|