Unnamed repository; edit this file 'description' to name the repository.
Diffstat (limited to 'crates/parser/test_data/generated/runner.rs')
| -rw-r--r-- | crates/parser/test_data/generated/runner.rs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/crates/parser/test_data/generated/runner.rs b/crates/parser/test_data/generated/runner.rs index ccf8b89be7..26d28ddfc6 100644 --- a/crates/parser/test_data/generated/runner.rs +++ b/crates/parser/test_data/generated/runner.rs @@ -362,6 +362,8 @@ mod ok { run_and_expect_no_errors("test_data/parser/inline/ok/impl_type_params.rs"); } #[test] + fn include_bytes() { run_and_expect_no_errors("test_data/parser/inline/ok/include_bytes.rs"); } + #[test] fn index_expr() { run_and_expect_no_errors("test_data/parser/inline/ok/index_expr.rs"); } #[test] fn label() { run_and_expect_no_errors("test_data/parser/inline/ok/label.rs"); } |