From ac096aa2a0921efde96b76252dffb119dcf27efc Mon Sep 17 00:00:00 2001 From: Miodrag Milanovic Date: Sun, 5 Feb 2017 16:01:50 +0100 Subject: Update sol2 (nw) --- 3rdparty/sol2/test_inheritance.cpp | 1 + 1 file changed, 1 insertion(+) (limited to '3rdparty/sol2/test_inheritance.cpp') diff --git a/3rdparty/sol2/test_inheritance.cpp b/3rdparty/sol2/test_inheritance.cpp index 5afb363b8e7..ccd46b7d8c7 100644 --- a/3rdparty/sol2/test_inheritance.cpp +++ b/3rdparty/sol2/test_inheritance.cpp @@ -144,6 +144,7 @@ tc3 = TestClass03(tc1) TestClass01& tc1 = lua["tc1"]; TestClass02& tc2 = lua["tc2"]; TestClass03& tc3 = lua["tc3"]; + REQUIRE(tc0.Thing() == 123); REQUIRE(tc1.a == 1); REQUIRE(tc2.a == 1); REQUIRE(tc2.b == 123); -- cgit v1.2.3-70-g09d2