Skip to content

Commit

Permalink
Rename CompilationTest to AutoValueCompilationTest for consistency wi…
Browse files Browse the repository at this point in the history
…th AutoAnnotationCompilationTest and AutoOneOfCompilationTest.

RELNOTES=n/a

-------------
Created by MOE: https://github.com/google/moe
MOE_MIGRATED_REVID=199736684
  • Loading branch information
eamonnmcmanus authored and ronshapiro committed Jun 12, 2018
1 parent b5b51db commit 845e4ec
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -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.
Expand Down Expand Up @@ -46,7 +46,7 @@

/** @author [email protected] (Éamonn McManus) */
@RunWith(JUnit4.class)
public class CompilationTest {
public class AutoValueCompilationTest {
@Rule public final Expect expect = Expect.create();

@Test
Expand Down

0 comments on commit 845e4ec

Please sign in to comment.