diff options
Diffstat (limited to 'tests/BenchLocal.java')
-rw-r--r-- | tests/BenchLocal.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/BenchLocal.java b/tests/BenchLocal.java index ef0e4c7..ef80052 100644 --- a/tests/BenchLocal.java +++ b/tests/BenchLocal.java @@ -27,7 +27,7 @@ class BenchLocal { public static void main(String[] args) throws IvyException { Getopt opt = new Getopt("BenchLocal",args,"t:b:d:h"); - String domain=Ivy.getDomain(null); + String domain=null; int delay=2000; int c; int testtoperform=1; |