summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorVincent Sanders <vince@kyllikki.org>2015-09-28 14:57:14 +0100
committerVincent Sanders <vince@kyllikki.org>2015-09-28 14:57:14 +0100
commit476bc961ae4c490dfa0f09293c5611451bb42599 (patch)
treeddf5deaae2d8a34e628555130914a933602d3eec /test
parentc80955dcc6b663c250a1f2552b626770fbd46a94 (diff)
downloadnsgenbind-476bc961ae4c490dfa0f09293c5611451bb42599.tar.gz
nsgenbind-476bc961ae4c490dfa0f09293c5611451bb42599.tar.bz2
Allow empty classes
Diffstat (limited to 'test')
-rw-r--r--test/data/bindings/browser-duk.bnd4
1 files changed, 4 insertions, 0 deletions
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 */