test/tools/javac/diags/CheckResourceKeys.java

changeset 1230
b14d9583ce92
parent 962
0ff2bbd38f10
child 1352
d4b3cb1ece84
     1.1 --- a/test/tools/javac/diags/CheckResourceKeys.java	Fri Mar 09 17:10:56 2012 +0000
     1.2 +++ b/test/tools/javac/diags/CheckResourceKeys.java	Tue Mar 13 15:43:40 2012 -0700
     1.3 @@ -1,5 +1,5 @@
     1.4  /*
     1.5 - * Copyright (c) 2010, 2011, Oracle and/or its affiliates. All rights reserved.
     1.6 + * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
     1.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     1.8   *
     1.9   * This code is free software; you can redistribute it and/or modify it
    1.10 @@ -259,6 +259,7 @@
    1.11              "application.home", // in Paths.java
    1.12              "env.class.path",
    1.13              "line.separator",
    1.14 +            "os.name",
    1.15              "user.dir",
    1.16              // file names
    1.17              "ct.sym",

mercurial