langtools/test/tools/jdeps/Test.java
changeset 21503 45fc62482cae
parent 21046 ebf16a1a6328
--- a/langtools/test/tools/jdeps/Test.java	Mon Oct 28 12:29:34 2013 -0700
+++ b/langtools/test/tools/jdeps/Test.java	Wed Oct 30 08:35:52 2013 -0700
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2012, 2013, 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
@@ -24,6 +24,7 @@
 public class Test {
     public void test() {
         p.Foo f = new p.Foo();
+        p.Bar b = new p.Bar();
     }
     private String name() {
         return "this test";