diff options
author | Anthony Neal <aneal@zeroc.com> | 2001-11-20 19:14:03 +0000 |
---|---|---|
committer | Anthony Neal <aneal@zeroc.com> | 2001-11-20 19:14:03 +0000 |
commit | d37973fcd2bfaf5a0891949c10769dbbfce2eb31 (patch) | |
tree | 97ecb5accb78c64330f15f336dbae1c53e83e169 /cpp/test/Slice/errorDetection/run.py | |
parent | remove interrupt pipe; reaping fixes (diff) | |
download | ice-d37973fcd2bfaf5a0891949c10769dbbfce2eb31.tar.bz2 ice-d37973fcd2bfaf5a0891949c10769dbbfce2eb31.tar.xz ice-d37973fcd2bfaf5a0891949c10769dbbfce2eb31.zip |
Minor mods to fix some typos, and to update the .depend to support the new
SecurityException.ice file.
Diffstat (limited to 'cpp/test/Slice/errorDetection/run.py')
-rwxr-xr-x | cpp/test/Slice/errorDetection/run.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/test/Slice/errorDetection/run.py b/cpp/test/Slice/errorDetection/run.py index bc8d749a579..0d1c9098dcd 100755 --- a/cpp/test/Slice/errorDetection/run.py +++ b/cpp/test/Slice/errorDetection/run.py @@ -51,7 +51,7 @@ for file in files: print "failed!" status = 1 break - i += 1 + i = i + 1 else: print "ok" |