Skip to content

Commit e21530a

Browse files
Merge pull request #450 from StuartWheater/v6.3.5-dev
Fix "=" to "<-" typo
2 parents 079a067 + ee8d845 commit e21530a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/testthat/perf_tests/perf_rate.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
.perf.reference <- NULL
1616

1717
.load.pref <- function() {
18-
perf.profile = base::Sys.getenv("PERF_PROFILE")
18+
perf.profile <- base::Sys.getenv("PERF_PROFILE")
1919
if (nchar(perf.profile) > 0)
2020
perf.reference.filename.platform.infix <- base::tolower(perf.profile)
2121
else

0 commit comments

Comments
 (0)