diff --git a/WORKSPACE b/WORKSPACE index c2d38a891..277029c60 100644 --- a/WORKSPACE +++ b/WORKSPACE @@ -11,7 +11,7 @@ # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # See the License for the specific language governing permissions and # limitations under the License. - +# TEST TEST TEST workspace(name = "com_github_google_copybara") load("//:repositories.bzl", "copybara_repositories") diff --git a/java/com/google/copybara/Main.java b/java/com/google/copybara/Main.java index 9ae24269b..71376b05f 100644 --- a/java/com/google/copybara/Main.java +++ b/java/com/google/copybara/Main.java @@ -13,7 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - +// test test TEST package com.google.copybara; import static com.google.copybara.GeneralOptions.NOPROMPT;