Chromium Code Reviews| Index: lib/test.dart |
| diff --git a/lib/test.dart b/lib/test.dart |
| index 8a84ed9064b1c9522859fa64ae3b78be7817f73f..5e6cae4e93e86561426bc0d9ce7ca9584049b7ae 100644 |
| --- a/lib/test.dart |
| +++ b/lib/test.dart |
| @@ -65,7 +65,7 @@ Declarer get _declarer { |
| var success = await engine.run(); |
| // TODO(nweiz): Set the exit code on the VM when issue 6943 is fixed. |
| - if (success) return; |
| + if (success) return null; |
| print(''); |
| new Future.error("Dummy exception to set exit code."); |
| }); |