File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -86,7 +86,7 @@ for 1..4 -> $attempt {
86
86
atomic-inc-fetch($ i );
87
87
}
88
88
} xx 4 ;
89
- is atomic-fetch($ i ), 4 * 20000 , " Atomic increment of lexical works ($ attempt )" ;
89
+ is atomic-fetch($ i ), 4 * 20000 , " Atomic increment of lexical works ($ attempt )" ;
90
90
}
91
91
92
92
# Atomic integer decrement (lexical)
@@ -97,7 +97,7 @@ for 1..4 -> $attempt {
97
97
atomic-dec-fetch($ i );
98
98
}
99
99
} xx 4 ;
100
- is atomic-fetch($ i ), 100000 - 4 * 20000 , " Atomic decrement of lexical works ($ attempt )" ;
100
+ is atomic-fetch($ i ), 100000 - 4 * 20000 , " Atomic decrement of lexical works ($ attempt )" ;
101
101
}
102
102
103
103
# Atomic integer add (lexical)
@@ -108,5 +108,5 @@ for 1..4 -> $attempt {
108
108
atomic-add-fetch($ i , 4 );
109
109
}
110
110
} xx 4 ;
111
- is atomic-fetch($ i ), 100000 + 4 * 4 * 20000 , " Atomic add of lexical works ($ attempt )" ;
111
+ is atomic-fetch($ i ), 100000 + 4 * 4 * 20000 , " Atomic add of lexical works ($ attempt )" ;
112
112
}
You can’t perform that action at this time.
0 commit comments