Skip to content

Commit

Permalink
Fixed clash from two SystemTest classes with the same package.
Browse files Browse the repository at this point in the history
	Change on 2015/02/06 by tball <tball@google.com>
-------------
Created by MOE: http://code.google.com/p/moe-java
MOE_MIGRATED_REVID=85718863
  • Loading branch information
tomball committed Feb 11, 2015
1 parent e0f7869 commit 788608e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
@@ -1,3 +1,4 @@
package java.lang;
/*
* Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with
Expand Down
1 change: 1 addition & 0 deletions jre_emul/tests.mk
Expand Up @@ -136,6 +136,7 @@ TEST_SOURCES := \
com/google/j2objc/PackageTest.java \
com/google/j2objc/ThrowableTest.java \
com/google/j2objc/security/IosSecureRandomImplTest.java \
java/lang/SystemTest.java \
java/lang/ref/PhantomReferenceTest.java \
java/lang/ref/SoftReferenceTest.java \
java/lang/ref/WeakReferenceTest.java \
Expand Down

0 comments on commit 788608e

Please sign in to comment.