Index: samples/third_party/dromaeo/Suites.dart |
diff --git a/samples/third_party/dromaeo/Suites.dart b/samples/third_party/dromaeo/Suites.dart |
index e8db39a091f91f6256a9e7726000e7d37b0f2dee..09d1702106eab3f446f341d67a729a7de53d778a 100644 |
--- a/samples/third_party/dromaeo/Suites.dart |
+++ b/samples/third_party/dromaeo/Suites.dart |
@@ -22,7 +22,7 @@ class Suites { |
static final JOHN_RESIG = const Origin('John Resig', 'http://ejohn.org/'); |
static final CATEGORIES = const { |
- 'dom': 'DOM Core Tests (dart:dom)', |
+ 'dom': 'DOM Core Tests (dart:dom_deprecated)', |
'html': 'DOM Core Tests (dart:html)', |
'htmlidiomatic': 'DOM Core Tests (dart:html) Idiomatic', |
'js': 'DOM Core Tests (JavaScript)', |
@@ -97,10 +97,10 @@ class Suites { |
getVariants(_CORE_SUITE_DESCRIPTIONS, variant, mapper, tags)); |
} |
add('js', _jsPath, ['js']); |
- add('dart:dom', _domPath, ['dart', 'dom']); |
+ add('dart:dom_deprecated', _domPath, ['dart', 'dom']); |
add('dart:html', _htmlPath, ['dart', 'html']); |
add('dart:html idiomatic', _htmlPath, ['dart', 'htmlidiomatic']); |
- add('frog dart:dom', _frogDomPath, ['frog', 'dom']); |
+ add('frog dart:dom_deprecated', _frogDomPath, ['frog', 'dom']); |
add('frog dart:html', _frogHtmlPath, ['frog', 'html']); |
add('frog dart:html idiomatic', _frogHtmlIdiomaticPath, |
['frog', 'htmlidiomatic']); |