langtools/test/com/sun/javadoc/T6735320/T6735320.java
changeset 23971 f5ff1f5a8dee
parent 15713 55f55d4f5f9f
child 24072 e7549dcbc4af
--- a/langtools/test/com/sun/javadoc/T6735320/T6735320.java	Tue Apr 15 15:55:24 2014 -0700
+++ b/langtools/test/com/sun/javadoc/T6735320/T6735320.java	Wed Apr 16 16:17:09 2014 -0700
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2011, 2013, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2011, 2014, 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
@@ -34,7 +34,7 @@
     private static final String BUG_ID = "6735320";
     private static final String[] ARGS = new String[]{
         "-d", BUG_ID + ".out",
-        SRC_DIR + FS + "SerialFieldTest.java"
+        SRC_DIR + "/SerialFieldTest.java"
     };
 
     public String getBugId() {