Chromium Code Reviews| Index: tests/language/lazy_static3_test.dart |
| =================================================================== |
| --- tests/language/lazy_static3_test.dart (revision 39381) |
| +++ tests/language/lazy_static3_test.dart (working copy) |
| @@ -43,7 +43,7 @@ |
| Expect.equals(null, x); |
| Expect.throws(() => fib(x2), (e) => e == "interrupt initialization"); |
| - Expect.equals(499, x2); |
| + Expect.equals(null, x2); |
| Expect.throws(() => fib(x3), (e) => e is CyclicInitializationError); |
| Expect.equals(null, x3); |