| Index: runtime/vm/scopes_test.cc
|
| diff --git a/runtime/vm/scopes_test.cc b/runtime/vm/scopes_test.cc
|
| index e437b20ecd92873b307740510a51b7b7c61654f3..687f36ebd8a3502ca961ea37dcee8be30c26aa64 100644
|
| --- a/runtime/vm/scopes_test.cc
|
| +++ b/runtime/vm/scopes_test.cc
|
| @@ -1,8 +1,8 @@
|
| -// Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file
|
| +// Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
|
| // 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 "vm/assert.h"
|
| +#include "platform/assert.h"
|
| #include "vm/ast.h"
|
| #include "vm/scopes.h"
|
| #include "vm/unit_test.h"
|
|
|