langtools/test/tools/sjavac/IncCompileNoChanges.java
changeset 35356 e919fd8db52c
parent 34473 5f7202c2125d
child 36526 3b41f1c69604
--- a/langtools/test/tools/sjavac/IncCompileNoChanges.java	Fri Jan 22 21:00:26 2016 +0100
+++ b/langtools/test/tools/sjavac/IncCompileNoChanges.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
@@ -69,7 +69,6 @@
                 "--state-dir=" + BIN,
                 "-h", HEADERS.toString(),
                 "-j", "1",
-                SERVER_ARG,
                 "--log=debug");
         Map<String,Long> new_bin_state = collectState(BIN);
         verifyEqual(new_bin_state, previous_bin_state);