From 476bc961ae4c490dfa0f09293c5611451bb42599 Mon Sep 17 00:00:00 2001 From: Vincent Sanders Date: Mon, 28 Sep 2015 14:57:14 +0100 Subject: Allow empty classes --- test/data/bindings/browser-duk.bnd | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'test') diff --git a/test/data/bindings/browser-duk.bnd b/test/data/bindings/browser-duk.bnd index cef3563..3113891 100644 --- a/test/data/bindings/browser-duk.bnd +++ b/test/data/bindings/browser-duk.bnd @@ -39,6 +39,10 @@ binding duk_libdom { %}; }; +class empty_class { +}; + + #include "HTMLUnknownElement.bnd" /* specialisations of html_element */ -- cgit v1.2.3