Skip to content

Commit

Permalink
Remove old comment
Browse files Browse the repository at this point in the history
  • Loading branch information
pczarn committed Oct 18, 2023
1 parent f0800d6 commit 9a328bd
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions compiler/noirc_frontend/src/parser/parser.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2190,15 +2190,6 @@ mod test {
};
}

// #[test]
// fn parse_type_expression_string() {
// let expr = parse_with(type_expression(), r#""hello""#).unwrap();
// match expr_to_lit(expr) {
// Literal::Str(s) => assert_eq!(s, "hello"),
// _ => unreachable!(),
// };
// }

#[test]
fn parse_bool() {
let expr_true = parse_with(literal(), "true").unwrap();
Expand Down

0 comments on commit 9a328bd

Please sign in to comment.