Fix build warnings in document spec

This commit is contained in:
Max Brunsfeld 2014-10-17 21:27:49 -07:00
parent 8cf800ef5d
commit 41a067fef9

View file

@ -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", [&]() {