| Index: tests/compiler/dart2js/compiler_helper.dart
|
| diff --git a/tests/compiler/dart2js/compiler_helper.dart b/tests/compiler/dart2js/compiler_helper.dart
|
| index 124f086ca9477e5cc54e78074c3c326a0cbbd88b..d4da4854e06232c071f809fc57f3656ed76b683d 100644
|
| --- a/tests/compiler/dart2js/compiler_helper.dart
|
| +++ b/tests/compiler/dart2js/compiler_helper.dart
|
| @@ -37,12 +37,6 @@ String compileAll(String code) {
|
| return compiler.assembledCode;
|
| }
|
|
|
| -Element findElement(var compiler, String name) {
|
| - var element = compiler.mainApp.find(buildSourceString(name));
|
| - Expect.isNotNull(element, 'Could not locate $name.');
|
| - return element;
|
| -}
|
| -
|
| String anyIdentifier = "[a-zA-Z][a-zA-Z0-9]*";
|
|
|
| String getIntTypeCheck(String variable) {
|
|
|