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

Unified Diff: tests/compiler/dart2js/source_map_pub_build_validity_test.dart

Issue 825553002: Update a couple other references to sunflower that I missed (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 6 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
« site/try/src/samples.dart ('K') | « site/try/src/samples.dart ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tests/compiler/dart2js/source_map_pub_build_validity_test.dart
diff --git a/tests/compiler/dart2js/source_map_pub_build_validity_test.dart b/tests/compiler/dart2js/source_map_pub_build_validity_test.dart
index 8aabf5d4ab357c3c25d1ec40f6048de6912443de..46b671edac6ef68c4ad57df004e606334e0759ea 100644
--- a/tests/compiler/dart2js/source_map_pub_build_validity_test.dart
+++ b/tests/compiler/dart2js/source_map_pub_build_validity_test.dart
@@ -12,7 +12,7 @@ import 'source_map_validator_helper.dart';
void main() {
asyncTest(() => createTempDir().then((Directory tmpDir) {
Directory sunflowerDir = new Directory.fromUri(
- Platform.script.resolve('../../../samples/sunflower'));
+ Platform.script.resolve('../../../third_party/sunflower'));
print("Copying '${sunflowerDir.path}' to '${tmpDir.path}'.");
copyDirectory(sunflowerDir, tmpDir);
@@ -29,4 +29,4 @@ void main() {
tmpDir.deleteSync(recursive: true);
});
}));
-}
+}
« site/try/src/samples.dart ('K') | « site/try/src/samples.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698