Skip to content

Commit

Permalink
oops, update test outputs for changed inputs
Browse files Browse the repository at this point in the history
  • Loading branch information
brmataptos committed Aug 14, 2023
1 parent 5090368 commit 000fa2a
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 12 deletions.
Original file line number Diff line number Diff line change
@@ -1,23 +1,23 @@
error[E02001]: duplicate declaration, item, or annotation
┌─ tests/move_check/parser/aptos_stdlib_attributes.move:2:10
┌─ tests/move_check/parser/aptos_stdlib_attributes.move:4:10
2 │ #[a, a(x = 0)]
4 │ #[a, a(x = 0)]
│ - ^^^^^^^^ Duplicate attribute 'a' attached to the same item
│ │
│ Attribute previously given here

error[E02001]: duplicate declaration, item, or annotation
┌─ tests/move_check/parser/aptos_stdlib_attributes.move:6:12
┌─ tests/move_check/parser/aptos_stdlib_attributes.move:8:12
6 │ #[b(a, a = 0, a(x = 1))]
8 │ #[b(a, a = 0, a(x = 1))]
│ - ^^^^^ Duplicate attribute 'a' attached to the same item
│ │
│ Attribute previously given here

error[E02001]: duplicate declaration, item, or annotation
┌─ tests/move_check/parser/aptos_stdlib_attributes.move:6:19
┌─ tests/move_check/parser/aptos_stdlib_attributes.move:8:19
6 │ #[b(a, a = 0, a(x = 1))]
8 │ #[b(a, a = 0, a(x = 1))]
│ - ^^^^^^^^ Duplicate attribute 'a' attached to the same item
│ │
│ Attribute previously given here
Expand Down
Original file line number Diff line number Diff line change
@@ -1,23 +1,23 @@
error[E02001]: duplicate declaration, item, or annotation
┌─ tests/move_check/skip_attribute_checks/aptos_stdlib_attributes.move:2:10
┌─ tests/move_check/skip_attribute_checks/aptos_stdlib_attributes.move:4:10
2 │ #[a, a(x = 0)]
4 │ #[a, a(x = 0)]
│ - ^^^^^^^^ Duplicate attribute 'a' attached to the same item
│ │
│ Attribute previously given here

error[E02001]: duplicate declaration, item, or annotation
┌─ tests/move_check/skip_attribute_checks/aptos_stdlib_attributes.move:6:12
┌─ tests/move_check/skip_attribute_checks/aptos_stdlib_attributes.move:8:12
6 │ #[b(a, a = 0, a(x = 1))]
8 │ #[b(a, a = 0, a(x = 1))]
│ - ^^^^^ Duplicate attribute 'a' attached to the same item
│ │
│ Attribute previously given here

error[E02001]: duplicate declaration, item, or annotation
┌─ tests/move_check/skip_attribute_checks/aptos_stdlib_attributes.move:6:19
┌─ tests/move_check/skip_attribute_checks/aptos_stdlib_attributes.move:8:19
6 │ #[b(a, a = 0, a(x = 1))]
8 │ #[b(a, a = 0, a(x = 1))]
│ - ^^^^^^^^ Duplicate attribute 'a' attached to the same item
│ │
│ Attribute previously given here
Expand Down

0 comments on commit 000fa2a

Please sign in to comment.