| Index: samples/third_party/dromaeo/tests/dom-query.dart
|
| diff --git a/client/dom/benchmarks/dromaeo/tests/dom-query.dart b/samples/third_party/dromaeo/tests/dom-query.dart
|
| similarity index 98%
|
| rename from client/dom/benchmarks/dromaeo/tests/dom-query.dart
|
| rename to samples/third_party/dromaeo/tests/dom-query.dart
|
| index 9aa25c7fab8d904a497c3f1ac999dc0110bf8eb2..4d015fdcec7385cd1439ebb9979de8156e299dda 100644
|
| --- a/client/dom/benchmarks/dromaeo/tests/dom-query.dart
|
| +++ b/samples/third_party/dromaeo/tests/dom-query.dart
|
| @@ -1,6 +1,6 @@
|
| #library("dom-query.dart");
|
| #import("dart:dom");
|
| -#import('../../common/common.dart');
|
| +#import('../common/common.dart');
|
| #import('runner.dart');
|
|
|
| void main() {
|
|
|