Commit f2234264 authored by Jeffrey Wilcke's avatar Jeffrey Wilcke

Merge pull request #8 from josephyzhou/develop

parse returns byte array instead of string now
parents 95a8ebc2 8ecb24f1
......@@ -14,7 +14,7 @@ func TestCompile(t *testing.T) {
}
calc := (48 + 0*256 + 0*int64(math.Pow(256, 2)))
if Big(instr).Int64() != calc {
if BigD(instr).Int64() != calc {
t.Error("Expected", calc, ", got:", instr)
}
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment