| Index: tests/html/dromaeo_smoke_test.dart
|
| diff --git a/tests/html/dromaeo_smoke_test.dart b/tests/html/dromaeo_smoke_test.dart
|
| index fd92124c67c5866813f8305587f3875a3405298c..1334954dba0f5df00d3c626274b20282bdc54253 100644
|
| --- a/tests/html/dromaeo_smoke_test.dart
|
| +++ b/tests/html/dromaeo_smoke_test.dart
|
| @@ -5,7 +5,7 @@
|
| library dromaeo;
|
| import '../../pkg/unittest/lib/unittest.dart';
|
| import '../../pkg/unittest/lib/html_config.dart';
|
| -import '../../samples/third_party/dromaeo/Dromaeo.dart' as originalTest;
|
| +import '../../samples/third_party/dromaeo/web/Dromaeo.dart' as originalTest;
|
| import 'dart:html';
|
| import 'dart:async';
|
|
|
|
|