| Index: pkg/mdv/test/template_element_test.dart
|
| diff --git a/pkg/mdv/test/template_element_test.dart b/pkg/mdv/test/template_element_test.dart
|
| index 055e52c6e67d56ef442cbc9b2918a1ff4333bd62..944b9f939f967589699a5d769bc3d1587f3c317c 100644
|
| --- a/pkg/mdv/test/template_element_test.dart
|
| +++ b/pkg/mdv/test/template_element_test.dart
|
| @@ -1128,7 +1128,7 @@ templateElementTests() {
|
| });
|
|
|
| observeTest('NestedIterateTableMixedSemanticNative', () {
|
| - if (!TemplateElement.supported) return;
|
| + if (!parserHasNativeTemplate) return;
|
|
|
| var div = createTestHtml(
|
| '<table><tbody>'
|
|
|