| Index: tests/html/htmlcollection_test.dart
|
| diff --git a/tests/html/htmlcollection_test.dart b/tests/html/htmlcollection_test.dart
|
| index 2823dcfab692f15d4130faf5113366767b91487c..256315666ad3d061e47358d87984b35cbc0345b0 100644
|
| --- a/tests/html/htmlcollection_test.dart
|
| +++ b/tests/html/htmlcollection_test.dart
|
| @@ -7,7 +7,7 @@
|
| main() {
|
| Element insertTestDiv() {
|
| Element element = new Element.tag('div');
|
| - element.innerHTML = @"""
|
| + element.innerHTML = r"""
|
| <div id='allChecked'>
|
| <input type="checkbox" name="c1" value="1" checked="yes">
|
| <input type="checkbox" name="c2" value="2" checked="yes">
|
|
|