ensure all stdlib opcodes are present

This commit is contained in:
Michael McLoughlin
2018-11-25 16:22:02 -08:00
parent 6d3e3be578
commit 0694ebab9b
7 changed files with 170 additions and 7 deletions

View File

@@ -62,8 +62,6 @@ func TestLookup(t *testing.T) {
}
func TestStdLibOpcodes(t *testing.T) {
t.Skip("currently does not pass")
b, err := ioutil.ReadFile("testdata/stdlibopcodes.txt")
if err != nil {
t.Fatal(err)