(t *testing.T)
| 144 | } |
| 145 | |
| 146 | func TestLua(t *testing.T) { |
| 147 | testScriptDir(t, luaTests, "_lua5.1-tests") |
| 148 | } |
| 149 | |
| 150 | func TestMergingLoadNilBug2(t *testing.T) { |
| 151 | // there was a bug where the LOADNIL merging optimisation would merge LOADNILs that were the targets of |
nothing calls this directly
no test coverage detected
searching dependent graphs…