Index: tests/compiler/dart2js/js_parser_test.dart |
diff --git a/tests/compiler/dart2js/js_parser_test.dart b/tests/compiler/dart2js/js_parser_test.dart |
index 4022724c3b2ba12805495a0e6c3ca93721f8b038..89d5107070f604e24bde62b2794bfdeacb6994f8 100644 |
--- a/tests/compiler/dart2js/js_parser_test.dart |
+++ b/tests/compiler/dart2js/js_parser_test.dart |
@@ -15,7 +15,7 @@ Future testExpression(String expression, [String expect = ""]) { |
String jsText = |
jsAst.prettyPrint(node, |
compiler, |
- allowVariableMinification: false).getText(); |
+ allowVariableMinification: false); |
if (expect == "") { |
Expect.stringEquals(expression, jsText); |
} else { |