aboutsummaryrefslogtreecommitdiff
path: root/tests/NewLine.java
diff options
context:
space:
mode:
Diffstat (limited to 'tests/NewLine.java')
-rw-r--r--tests/NewLine.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/NewLine.java b/tests/NewLine.java
index 8381379..82ccdd1 100644
--- a/tests/NewLine.java
+++ b/tests/NewLine.java
@@ -7,7 +7,7 @@ class NewLine {
public static void main(String[] args) throws IvyException {
Getopt opt = new Getopt("NewLine",args,"b:n:");
- String domain=Ivy.getDomain(null);
+ String domain=null;
int c;
int nb = 10000;
while ((c = opt.getopt()) != -1) switch (c) {