diff options
author | Dwayne Boone <dwayne@zeroc.com> | 2014-10-08 10:53:46 -0230 |
---|---|---|
committer | Dwayne Boone <dwayne@zeroc.com> | 2014-10-08 10:53:46 -0230 |
commit | 079235c9cbf25e283aecb5b9d70694885d507d91 (patch) | |
tree | a8f5f305dd1fc793642c98db79e059ee7f737701 /cpp/allDemos.py | |
parent | Fixed ACM bug where the activity wasn't always updated after parsing or sendi... (diff) | |
download | ice-079235c9cbf25e283aecb5b9d70694885d507d91.tar.bz2 ice-079235c9cbf25e283aecb5b9d70694885d507d91.tar.xz ice-079235c9cbf25e283aecb5b9d70694885d507d91.zip |
Fixed a couple of errors in demo/test scripts
Diffstat (limited to 'cpp/allDemos.py')
-rwxr-xr-x | cpp/allDemos.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/allDemos.py b/cpp/allDemos.py index 39ff08ba4cf..3a9d0818f99 100755 --- a/cpp/allDemos.py +++ b/cpp/allDemos.py @@ -46,7 +46,7 @@ demos = [ "Ice/context", ] -if not Util.isWin32() or not Util.isVC100() +if not Util.isWin32() or not Util.isVC100(): demos += ["IceStorm/clock", "IceStorm/counter", "IceStorm/replicated", |