| 107 | } |
| 108 | |
| 109 | static int ReadSinTableDataOriginal(lua_State* L) |
| 110 | { |
| 111 | return ReadSerializedTable(L, TABLE_SIN_V0_DAT, TABLE_SIN_V0_DAT_SIZE, sin, 1); |
| 112 | } |
| 113 | |
| 114 | TEST_F(LuaTableTest, AttemptReadUnsupportedVersion) |
| 115 | { |
nothing calls this directly
no test coverage detected