Skip to content

Commit 1124ac1

Browse files
committed
update snapshots
1 parent 7c16c39 commit 1124ac1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

turbopack/crates/turbo-tasks-macros-tests/tests/function/fail_attribute_invalid_args.stderr

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
error: unexpected token, expected one of: "fs", "network", "operation", "local", "invalidator"
1+
error: unexpected token, expected one of: "fs", "network", "operation", "local", "not_immutable"
22
--> tests/function/fail_attribute_invalid_args.rs:9:25
33
|
44
9 | #[turbo_tasks::function(invalid_argument)]

turbopack/crates/turbo-tasks-macros-tests/tests/function/fail_attribute_invalid_args_inherent_impl.stderr

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
error: unexpected token, expected one of: "fs", "network", "operation", "local", "invalidator"
1+
error: unexpected token, expected one of: "fs", "network", "operation", "local", "not_immutable"
22
--> tests/function/fail_attribute_invalid_args_inherent_impl.rs:14:29
33
|
44
14 | #[turbo_tasks::function(invalid_argument)]

0 commit comments

Comments
 (0)