From 484eea5bd2cfb8c1b00cd14c01762ff7e27e2f3c Mon Sep 17 00:00:00 2001 From: Pranav Gaddamadugu Date: Mon, 27 Mar 2023 09:21:24 -0700 Subject: [PATCH] Regen expectations --- .../compiler/function/undefined_data_type_fail.out | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 tests/expectations/compiler/function/undefined_data_type_fail.out diff --git a/tests/expectations/compiler/function/undefined_data_type_fail.out b/tests/expectations/compiler/function/undefined_data_type_fail.out new file mode 100644 index 0000000000..33c4a6bbe9 --- /dev/null +++ b/tests/expectations/compiler/function/undefined_data_type_fail.out @@ -0,0 +1,5 @@ +--- +namespace: Compile +expectation: Fail +outputs: + - "Error [ETYC0372017]: The type `Board` is not found in the current scope.\n --> compiler-test:4:35\n |\n 4 | function aria192check_for_win(b: Board, p: u8) -> u128bool {\n | ^\nError [ETYC0372017]: The type `u128bool` is not found in the current scope.\n --> compiler-test:4:55\n |\n 4 | function aria192check_for_win(b: Board, p: u8) -> u128bool {\n | ^^^^^^^^\nError [ETYC0372005]: Unknown variable `test`\n --> compiler-test:5:16\n |\n 5 | return test;\n | ^^^^\n"