Chromium Code Reviews| Index: tests/standalone/typed_array_test.dart |
| =================================================================== |
| --- tests/standalone/typed_array_test.dart (revision 19594) |
| +++ tests/standalone/typed_array_test.dart (working copy) |
| @@ -285,7 +285,7 @@ |
| float32[1] = 2.0; |
| return float32; |
| } |
| -Float32List float32 = new Float32List(2); |
| +Float32List float32 = initFloat32(); |
| void float32_receiver() { |
| var sp = spawnFunction(float32_sender); |