mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-02 19:46:58 -04:00
fix(dart): review comment
This commit is contained in:
parent
49f6962da4
commit
e68b81e7fd
1 changed files with 1 additions and 1 deletions
|
|
@ -12,7 +12,7 @@ describe("indent Lua:", function()
|
|||
describe("whole file:", function()
|
||||
run:whole_file(".", {
|
||||
expected_failures = {
|
||||
"./dart/multiple_arguments.dart", -- expected failure issue #4637
|
||||
"./multiple_arguments.dart", -- expected failure issue #4637
|
||||
},
|
||||
})
|
||||
end)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue