Skip to content

Commit

Permalink
test: add string test case back in Rust
Browse files Browse the repository at this point in the history
fix #1060
  • Loading branch information
HerringtonDarkholme committed May 7, 2024
1 parent 3a67b6b commit 69976c5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion crates/language/src/rust.rs
Expand Up @@ -38,7 +38,6 @@ patterns = match config.include.clone() {
// it is fixed in https://github.com/tree-sitter/tree-sitter-rust/issues/218
// but not released yet
#[test]
#[ignore]
fn test_issue_1057() {
// fix #1057
test_match("foo(\"meaning\");", "fn t() { foo(\"meaning\");}");
Expand Down

0 comments on commit 69976c5

Please sign in to comment.