-
Notifications
You must be signed in to change notification settings - Fork 260
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove @J2ktIncompatible from TruthJUnit
RELNOTES=n/a PiperOrigin-RevId: 644012345
- Loading branch information
1 parent
35848d4
commit 6380af7
Showing
2 changed files
with
1 addition
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -15,7 +15,6 @@ | |
*/ | ||
package com.google.common.truth; | ||
|
||
import com.google.common.annotations.GwtIncompatible; | ||
import org.junit.AssumptionViolatedException; | ||
|
||
/** | ||
|
@@ -40,8 +39,7 @@ | |
* @author David Saff | ||
* @author Christian Gruber ([email protected]) | ||
*/ | ||
@GwtIncompatible("JUnit4") | ||
@J2ktIncompatible | ||
@com.google.common.annotations.GwtIncompatible("JUnit4") | ||
public final class TruthJUnit { | ||
@SuppressWarnings("ConstantCaseForConstants") // Despite the "Builder" name, it's not mutable. | ||
private static final StandardSubjectBuilder ASSUME = | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters