| Index: src/shared/test_case.cc
|
| diff --git a/src/shared/test_case.cc b/src/shared/test_case.cc
|
| index 11d34a497c496777c0ab3c3cc30827a40e22349c..7a8eb270d377ad008d51163743583c02b1c3a785 100644
|
| --- a/src/shared/test_case.cc
|
| +++ b/src/shared/test_case.cc
|
| @@ -8,9 +8,9 @@
|
| #include <string.h>
|
|
|
| #include "src/shared/flags.h"
|
| -#include "src/shared/fletch.h"
|
| +#include "src/shared/dartino.h"
|
|
|
| -namespace fletch {
|
| +namespace dartino {
|
|
|
| TestCase* TestCase::first_ = NULL;
|
| TestCase* TestCase::current_ = NULL;
|
| @@ -41,4 +41,4 @@ void TestCase::RunAll() {
|
| }
|
| }
|
|
|
| -} // namespace fletch
|
| +} // namespace dartino
|
|
|