Skip to content

Commit b8f72d2

Browse files
Revert R version specific parser error
1 parent 308d39c commit b8f72d2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/testthat/test-hooks.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ run_test("style-files",
3939

4040
run_test("style-files",
4141
suffix = "-fail-parse.R", cmd_args = c("--cache-root=styler"),
42-
std_err = ifelse(getRversion() >= package_version("4.4"), "syntax error", "unexpected")
42+
std_err = "unexpected"
4343
)
4444

4545
# success with cmd args

0 commit comments

Comments
 (0)