diff options
author | frosch <frosch@openttd.org> | 2010-02-28 20:25:03 +0000 |
---|---|---|
committer | frosch <frosch@openttd.org> | 2010-02-28 20:25:03 +0000 |
commit | 333249ce501085405afabac8eb61a2c3ed599c0f (patch) | |
tree | 1892303233cef8b6bf22b985f142c9ef3d2bfbe6 /bin/ai/regression/regression.txt | |
parent | ac1a08ef4ad2414491b050b374714d7313373c1f (diff) | |
download | openttd-333249ce501085405afabac8eb61a2c3ed599c0f.tar.xz |
(svn r19294) -Change: [NoAI] Remove HasNext() from all lists/iterators and add IsEnd() instead.
Diffstat (limited to 'bin/ai/regression/regression.txt')
-rw-r--r-- | bin/ai/regression/regression.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/ai/regression/regression.txt b/bin/ai/regression/regression.txt index 2b499f62c..da92f64f1 100644 --- a/bin/ai/regression/regression.txt +++ b/bin/ai/regression/regression.txt @@ -571,7 +571,7 @@ IsEmpty(): true 0 => 5 (true) ERROR: Next() is invalid as Begin() is never called -ERROR: HasNext() is invalid as Begin() is never called +ERROR: IsEnd() is invalid as Begin() is never called 0 => 5 (false) 0 => 5 (true) 2 => 6 (true) |