Index: tools/testing/dart/test_suite.dart |
=================================================================== |
--- tools/testing/dart/test_suite.dart (revision 21179) |
+++ tools/testing/dart/test_suite.dart (working copy) |
@@ -473,8 +473,8 @@ |
if (!useSdk) return []; |
var snapshotPath = TestUtils.absolutePath(new Path(buildDir).join( |
- new Path('dart-sdk/lib/_internal/compiler/' |
- 'implementation/dart2js.dart.snapshot'))).toString(); |
+ new Path('dart-sdk/bin/snapshots/' |
+ 'utils_wrapper.dart.snapshot'))).toString(); |
return [new Uri.fromComponents(scheme: 'file', path: snapshotPath)]; |
} |