summaryrefslogtreecommitdiff
path: root/cpp/allDemos.py
diff options
context:
space:
mode:
authorDwayne Boone <dwayne@zeroc.com>2014-10-08 10:53:46 -0230
committerDwayne Boone <dwayne@zeroc.com>2014-10-08 10:53:46 -0230
commit079235c9cbf25e283aecb5b9d70694885d507d91 (patch)
treea8f5f305dd1fc793642c98db79e059ee7f737701 /cpp/allDemos.py
parentFixed ACM bug where the activity wasn't always updated after parsing or sendi... (diff)
downloadice-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-xcpp/allDemos.py2
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",