From cfdb9907cb87d15eaab72ceefbfa42fd7a4c3127 Mon Sep 17 00:00:00 2001 From: Josh Haberman Date: Sat, 11 May 2013 16:45:38 -0700 Subject: Synced with 3 months of Google-internal development. Major changes: - Got rid of all bytestream interfaces in favor of using regular handlers. - new Pipeline object represents a upb pipeline, does bump allocation internally to manage memory. - proto2 support now can handle extensions. --- bindings/lua/test.lua | 1 + 1 file changed, 1 insertion(+) (limited to 'bindings/lua/test.lua') diff --git a/bindings/lua/test.lua b/bindings/lua/test.lua index 6b162a9..fc4db70 100644 --- a/bindings/lua/test.lua +++ b/bindings/lua/test.lua @@ -13,6 +13,7 @@ function test_fielddef() assert_false(f:is_frozen()) assert_nil(f:number()) assert_nil(f:name()) + assert_nil(f:type()) assert_equal(upb.LABEL_OPTIONAL, f:label()) f:set_name("foo_field") -- cgit v1.2.3