File tree Expand file tree Collapse file tree 1 file changed +0
-6
lines changed
Expand file tree Collapse file tree 1 file changed +0
-6
lines changed Original file line number Diff line number Diff line change @@ -18,9 +18,6 @@ for (strategy in strategies) {
1818 # # In future (> 1.14.0), resolved() will launch lazy future,
1919 # # which means for some backends (e.g. sequential) this means
2020 # # that resolved() might end up returning TRUE.
21- if (packageVersion(" future" ) < = " 1.14.0" ) {
22- stopifnot(! resolved(f ))
23- }
2421 f <- resolve(f )
2522 stopifnot(resolved(f ))
2623 v <- value(f )
@@ -33,9 +30,6 @@ for (strategy in strategies) {
3330 # # In future (> 1.14.0), resolved() will launch lazy future,
3431 # # which means for some backends (e.g. sequential) this means
3532 # # that resolved() might end up returning TRUE.
36- if (packageVersion(" future" ) < = " 1.14.0" ) {
37- stopifnot(! resolved(f ))
38- }
3933 f <- resolve(f )
4034 stopifnot(resolved(f ))
4135 stopifnot(v == 84 )
You can’t perform that action at this time.
0 commit comments