diff options
author | Mark Spruiell <mes@zeroc.com> | 2007-09-06 11:34:12 -0700 |
---|---|---|
committer | Mark Spruiell <mes@zeroc.com> | 2007-09-06 11:34:12 -0700 |
commit | bdd246565eaa00dedad70ff1c8bb882a98347637 (patch) | |
tree | 217f1fa4eab18bc12251e6d861c0b4b86e9af2f0 /php/allTests.py | |
parent | fixed spelling mistake. (diff) | |
download | ice-bdd246565eaa00dedad70ff1c8bb882a98347637.tar.bz2 ice-bdd246565eaa00dedad70ff1c8bb882a98347637.tar.xz ice-bdd246565eaa00dedad70ff1c8bb882a98347637.zip |
adding Slice/keyword
Diffstat (limited to 'php/allTests.py')
-rwxr-xr-x | php/allTests.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/php/allTests.py b/php/allTests.py index 935d13cfd7c..c8a64b4c2c2 100755 --- a/php/allTests.py +++ b/php/allTests.py @@ -73,6 +73,7 @@ tests = [ "Ice/objects", "Ice/slicing/exceptions", "Ice/slicing/objects", + "Slice/keyword", ] def usage(): |