summaryrefslogtreecommitdiff
path: root/java/allDemos.py
diff options
context:
space:
mode:
Diffstat (limited to 'java/allDemos.py')
-rwxr-xr-xjava/allDemos.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/java/allDemos.py b/java/allDemos.py
index 59f1dfd4ea6..fbe050a51c4 100755
--- a/java/allDemos.py
+++ b/java/allDemos.py
@@ -55,7 +55,7 @@ demos = [
#
# These demos are currently disabled on cygwin
#
-if isCygwin() == 0:
+if DemoUtil.isCygwin() == 0:
demos += [ ]
DemoUtil.run(demos)