diff --git a/value/src/test/java/com/google/auto/value/processor/CompilationTest.java b/value/src/test/java/com/google/auto/value/processor/AutoValueCompilationTest.java similarity index 99% rename from value/src/test/java/com/google/auto/value/processor/CompilationTest.java rename to value/src/test/java/com/google/auto/value/processor/AutoValueCompilationTest.java index 1d73d1c7bc..f67eaffce9 100644 --- a/value/src/test/java/com/google/auto/value/processor/CompilationTest.java +++ b/value/src/test/java/com/google/auto/value/processor/AutoValueCompilationTest.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2014 Google Inc. + * Copyright (C) 2018 Google, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -46,7 +46,7 @@ /** @author emcmanus@google.com (Éamonn McManus) */ @RunWith(JUnit4.class) -public class CompilationTest { +public class AutoValueCompilationTest { @Rule public final Expect expect = Expect.create(); @Test