diff options
| author | 许杰友 Jieyou Xu (Joe) <39484203+jieyouxu@users.noreply.github.com> | 2024-09-05 08:02:32 +0800 |
|---|---|---|
| committer | 许杰友 Jieyou Xu (Joe) <jieyouxu@outlook.com> | 2024-09-05 08:43:38 +0000 |
| commit | afed862b26335b37539ec2cd295e34ef3fb844be (patch) | |
| tree | c71e4190ef8cec2d36e87e4ae0b2e3b514aff729 /tests/run-make/clear-error-blank-output | |
| parent | 2031eacbab664080e31a17e64c465ddb2905172d (diff) | |
tests: use renamed `stdin_buf`
Diffstat (limited to 'tests/run-make/clear-error-blank-output')
| -rw-r--r-- | tests/run-make/clear-error-blank-output/rmake.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/run-make/clear-error-blank-output/rmake.rs b/tests/run-make/clear-error-blank-output/rmake.rs index e0f042cf805..22e030691f2 100644 --- a/tests/run-make/clear-error-blank-output/rmake.rs +++ b/tests/run-make/clear-error-blank-output/rmake.rs @@ -8,6 +8,6 @@ use run_make_support::rustc; fn main() { - let output = rustc().output("").stdin(b"fn main() {}").run_fail(); + let output = rustc().output("").stdin_buf(b"fn main() {}").run_fail(); output.assert_stderr_not_contains("panic"); } |
