From 000fa2ae7543733b4347489ea6583d1be42b17b7 Mon Sep 17 00:00:00 2001 From: "Brian R. Murphy" <132495859+brmataptos@users.noreply.github.com> Date: Mon, 14 Aug 2023 13:30:43 -0700 Subject: [PATCH] oops, update test outputs for changed inputs --- .../move_check/parser/aptos_stdlib_attributes.exp | 12 ++++++------ .../aptos_stdlib_attributes.exp | 12 ++++++------ 2 files changed, 12 insertions(+), 12 deletions(-) diff --git a/third_party/move/move-compiler/tests/move_check/parser/aptos_stdlib_attributes.exp b/third_party/move/move-compiler/tests/move_check/parser/aptos_stdlib_attributes.exp index de362026e662c..563f0310aeee4 100644 --- a/third_party/move/move-compiler/tests/move_check/parser/aptos_stdlib_attributes.exp +++ b/third_party/move/move-compiler/tests/move_check/parser/aptos_stdlib_attributes.exp @@ -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 diff --git a/third_party/move/move-compiler/tests/move_check/skip_attribute_checks/aptos_stdlib_attributes.exp b/third_party/move/move-compiler/tests/move_check/skip_attribute_checks/aptos_stdlib_attributes.exp index 16f915b0839ba..d6ae3f625caa8 100644 --- a/third_party/move/move-compiler/tests/move_check/skip_attribute_checks/aptos_stdlib_attributes.exp +++ b/third_party/move/move-compiler/tests/move_check/skip_attribute_checks/aptos_stdlib_attributes.exp @@ -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