Skip to content

Commit 5a1bba0

Browse files
leak_safe -> defaults
1 parent 3b13c27 commit 5a1bba0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

tests/GivenASpread/GivenASpreadOfSpecialUntypedSetAttributeToATagWithTheSameAttributeButWithATypeTest.hack

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ use function HTL\Expect\expect;
77
<<TestChain\Discover>>
88
function given_a_spread_of_special_untyped_set_attribute_to_a_tag_with_the_same_attribute_but_with_a_type_test(
99
TestChain\Chain $chain,
10-
)[leak_safe]: TestChain\Chain {
10+
)[defaults]: TestChain\Chain {
1111
return $chain->group(__FUNCTION__)
1212
->test(
1313
'test_the_explicitly_set_value_is_spread_even_though_this_might_set_a_value_of_a_different_type',

tests/SuccessorFlowTest.hack

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ final class Immediate extends SGMLStream\SimpleElement {
9999
<<__Override>>
100100
public function processSuccessorFlow(
101101
SGMLStreamInterfaces\Successor<SGMLStreamInterfaces\WritableFlow> $flow,
102-
)[leak_safe]: void {
102+
)[defaults]: void {
103103
$flow->declareConstant(
104104
'!'.$this->:number,
105105
clock_gettime_ns(CLOCK_MONOTONIC),

0 commit comments

Comments
 (0)