Index: src/shared/random_test.cc |
diff --git a/src/shared/random_test.cc b/src/shared/random_test.cc |
index d529ca68e6eeef7cb7b5681945d50a57f0f9edf5..dd676d8e00ae5e33df85b9d6b54be36b030c68fc 100644 |
--- a/src/shared/random_test.cc |
+++ b/src/shared/random_test.cc |
@@ -6,7 +6,7 @@ |
#include "src/shared/test_case.h" |
#include "src/shared/random.h" |
-namespace fletch { |
+namespace dartino { |
// Chi squared for getting m 0s out of n bits. |
double ChiSquared(int m, int n) { |
@@ -87,4 +87,4 @@ TEST_CASE(RandomBitCorrelations) { |
} |
} |
-} // namespace fletch |
+} // namespace dartino |