Chromium Code Reviews| Index: tests/compiler/dart2js/simple_function_subtype_test.dart |
| diff --git a/tests/compiler/dart2js/simple_function_subtype_test.dart b/tests/compiler/dart2js/simple_function_subtype_test.dart |
| index 73295987c3ec5c8e033e50820ff4b830f9cf5c50..a9ddab1d04b3b60f0429a31fb32ff38bd97b63c1 100644 |
| --- a/tests/compiler/dart2js/simple_function_subtype_test.dart |
| +++ b/tests/compiler/dart2js/simple_function_subtype_test.dart |
| @@ -50,6 +50,7 @@ foo() { |
| main() { |
| String generated = compile(TEST, entry: 'foo'); |
| + print(generated); |
|
ngeoffray
2013/08/27 08:55:02
Remove print.
Johnni Winther
2013/08/27 10:20:10
Done.
|
| for (int i = 0 ; i <= 15 ; i++) { |
| String predicateCheck = '.\$is_args$i'; |
| Expect.isTrue(generated.contains(predicateCheck), |