comparison UnitTestsSources/VersionsTests.cpp @ 2947:11f8d72f366f

Lua 5.3.5
author Sebastien Jodogne <s.jodogne@gmail.com>
date Thu, 29 Nov 2018 18:40:51 +0100
parents 8341256c6941
children 4e43e67f8ecf
comparison
equal deleted inserted replaced
2946:2e751f615e03 2947:11f8d72f366f
139 #endif 139 #endif
140 } 140 }
141 141
142 TEST(Version, LuaStatic) 142 TEST(Version, LuaStatic)
143 { 143 {
144 ASSERT_STREQ("Lua 5.1.5", LUA_RELEASE); 144 ASSERT_STREQ("Lua 5.3.5", LUA_RELEASE);
145 } 145 }
146 146
147 TEST(Version, LibIconvStatic) 147 TEST(Version, LibIconvStatic)
148 { 148 {
149 static const int major = 1; 149 static const int major = 1;