Skip to content

Commit

Permalink
formatting & test expectation
Browse files Browse the repository at this point in the history
  • Loading branch information
evan-schott committed Sep 22, 2023
1 parent 19e7a4d commit f985c2b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
5 changes: 1 addition & 4 deletions compiler/passes/src/common/constant_propagation_table/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,7 @@
// along with the Leo library. If not, see <https://www.gnu.org/licenses/>.

use indexmap::IndexMap;
use std::{
cell::RefCell,
fmt::{Debug, Display},
};
use std::cell::RefCell;

use leo_ast::Literal;
use leo_errors::Result;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
namespace: Compile
expectation: Fail
outputs:
- "Error [EPAR0370034]: global definition of `one` shadows previous definition of `one`\n --> compiler-test:6:5\n |\n 6 | mapping one: field => field;\n | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^"
- "Error [EAST0372009]: variable `one` shadowed by\n --> compiler-test:8:5\n |\n 8 | transition one() -> u8 {\n 9 | return 1u8 + 1u8;\n 10 | }\n | ^\n"

0 comments on commit f985c2b

Please sign in to comment.