langtools/test/tools/sjavac/CompileWithAtFile.java
changeset 35356 e919fd8db52c
parent 34991 ff8be37d1164
child 36526 3b41f1c69604
--- a/langtools/test/tools/sjavac/CompileWithAtFile.java	Fri Jan 22 21:00:26 2016 +0100
+++ b/langtools/test/tools/sjavac/CompileWithAtFile.java	Sun Jan 24 11:32:38 2016 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2014, 2015, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2014, 2016, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  *
  * This code is free software; you can redistribute it and/or modify it
@@ -62,7 +62,7 @@
         Files.createDirectory(BIN);
         Map<String,Long> previous_bin_state = collectState(BIN);
 
-        compile("@" + GENSRC + "/list.txt", "--server:portfile=testserver,background=false");
+        compile("@" + GENSRC + "/list.txt");
 
         Map<String,Long> new_bin_state = collectState(BIN);
         verifyThatFilesHaveBeenAdded(previous_bin_state, new_bin_state,