Fix test text.
[genetic.git] / tests / condition / generationLimitCondition / check.cpp
index 71734375e131a83bcf6c40840d50eaf9ebab85b2..5483f2cad1ac9f82ccbd337f6cafd4c3a3029ba5 100644 (file)
@@ -34,7 +34,7 @@ int main() {
         i++;
     }
 
-    cout << "BitGenerator breeded correctly\n";
+    cout << "GenerationLimitCondition checks correctly\n";
     return 0;
 }