Chromium Code Reviews| Index: tests/language/truncdiv_test.dart |
| diff --git a/tests/language/truncdiv_test.dart b/tests/language/truncdiv_test.dart |
| index 5bbcf10f6d47177d73a55b2882f90665a89510c6..86880416ff09bcb697a3687e67d824fb8336b2e5 100644 |
| --- a/tests/language/truncdiv_test.dart |
| +++ b/tests/language/truncdiv_test.dart |
| @@ -6,7 +6,6 @@ |
| import "package:expect/expect.dart"; |
| - |
| main() { |
| for (int i = -30; i < 30; i++) { |
| Expect.equals(i % 9, foo(i, 9)); |
| @@ -32,4 +31,4 @@ foo2(i) { |
| x = i; |
| } |
| return i ~/ x; |
| -} |
| +} |