Skip to content

Commit 65bf633

Browse files
committed
cleared property to avoid contaminating later tests.
1 parent e1a979e commit 65bf633

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

core/src/test/java/org/bouncycastle/asn1/test/StreamLimitTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ public void performTest()
3838

3939
isEquals(1073741824, asn1In.getLimit());
4040

41-
System.clearProperty(MAX_LIMIT)
41+
System.clearProperty(MAX_LIMIT);
4242
}
4343

4444
public String getName()

0 commit comments

Comments
 (0)