Skip to content

Commit

Permalink
fix(sol-ide): fix sol-ide test
Browse files Browse the repository at this point in the history
  • Loading branch information
aripiprazole committed May 12, 2024
1 parent 82733c6 commit 9b37efd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sol-ide/src/highlighter.rs
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,6 @@ mod tests {

#[test]
fn works() {
println!("{:?}", semantic_highlight("Main {}"));
println!("{:?}", semantic_highlight("Main = 0"));
}
}

0 comments on commit 9b37efd

Please sign in to comment.