Fix build warnings in document spec
This commit is contained in:
parent
8cf800ef5d
commit
41a067fef9
1 changed files with 1 additions and 1 deletions
|
|
@ -94,7 +94,7 @@ describe("Document", [&]() {
|
|||
|
||||
describe("disabling debugging", [&]() {
|
||||
before_each([&]() {
|
||||
ts_document_set_debugger(doc, {});
|
||||
ts_document_set_debugger(doc, ts_debugger_null());
|
||||
});
|
||||
|
||||
it("does not call the debugger any more", [&]() {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue