| Index: runtime/vm/ring_buffer_test.cc
|
| diff --git a/runtime/vm/ring_buffer_test.cc b/runtime/vm/ring_buffer_test.cc
|
| index ee0894a2289a56e24a483e26591019d389c8f754..308e815e7854ac4e121e88bc3a9c37373ae844dd 100644
|
| --- a/runtime/vm/ring_buffer_test.cc
|
| +++ b/runtime/vm/ring_buffer_test.cc
|
| @@ -2,8 +2,8 @@
|
| // for details. All rights reserved. Use of this source code is governed by a
|
| // BSD-style license that can be found in the LICENSE file.
|
|
|
| -#include "platform/assert.h"
|
| #include "vm/ring_buffer.h"
|
| +#include "platform/assert.h"
|
| #include "vm/unit_test.h"
|
|
|
| namespace dart {
|
|
|