From 41a067fef95c63ff2b42c285c076c0cba84e6bbd Mon Sep 17 00:00:00 2001 From: Max Brunsfeld Date: Fri, 17 Oct 2014 21:27:49 -0700 Subject: [PATCH] Fix build warnings in document spec --- spec/runtime/document_spec.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spec/runtime/document_spec.cc b/spec/runtime/document_spec.cc index 19f4c071..5a32dab7 100644 --- a/spec/runtime/document_spec.cc +++ b/spec/runtime/document_spec.cc @@ -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", [&]() {