| Index: samples/third_party/dromaeo/Suites.dart
|
| diff --git a/samples/third_party/dromaeo/Suites.dart b/samples/third_party/dromaeo/Suites.dart
|
| index bebf611d1d0827a09d8788aa89020477ec6c9bc3..68f309d913dd2e9cab893c930fa15edf2420895d 100644
|
| --- a/samples/third_party/dromaeo/Suites.dart
|
| +++ b/samples/third_party/dromaeo/Suites.dart
|
| @@ -79,7 +79,7 @@ class Suites {
|
| ((path) => path.replaceFirst('.html', '-$lib.html'));
|
| static _compiledMapper(lib, compiler) =>
|
| ((path) =>
|
| - '$compiler/${path.replaceFirst(".html", "-dom-js.html")}');
|
| + '$compiler/${path.replaceFirst(".html", "-$lib-js.html")}');
|
|
|
| static var _SUITE_DESCRIPTIONS;
|
|
|
|
|