Fixing BYTE instruction

This commit is contained in:
Tomusdrw
2016-01-15 19:48:51 +01:00
parent 7af4825b15
commit 46ecb16191
2 changed files with 3 additions and 2 deletions

View File

@@ -168,7 +168,7 @@ fn do_json_test_for(vm: &VMType, json_data: &[u8]) -> Vec<String> {
let json = Json::from_str(::std::str::from_utf8(json_data).unwrap()).expect("Json is invalid");
let mut failed = Vec::new();
for (name, test) in json.as_object().unwrap() {
// if name != "signextend_Overflow_dj42" {
// if name != "byte0" {
// continue;
// }
println!("name: {:?}", name);