Skip to content

Commit 66c3134

Browse files
committed
Remove Test marker from Usability Basic
1 parent 43eb826 commit 66c3134

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

jvm/src/test/scala/org/threeten/bp/UsabilityBasic.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ import org.threeten.bp.temporal.TemporalField
4444

4545
/** Usability class for package. */
4646
class UsabilityBasic {
47-
@Test def main(): Unit = {
47+
def main(): Unit = {
4848
simpleCalendar()
4949
System.out.println("------")
5050
lookup()

0 commit comments

Comments
 (0)