Skip to content

Commit

Permalink
Fix cmd types tests after latest change from r2
Browse files Browse the repository at this point in the history
  • Loading branch information
radare committed Aug 10, 2014
1 parent 07d3271 commit 1314f67
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions t/cmd_types
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,10 @@ t~?
'
EXPECT='v=enum
v.t=0x123
v.0x123=t
v.p=0x321
21
v.0x321=p
23
'
run_test

Expand All @@ -43,7 +45,9 @@ t~?
'
EXPECT='v=enum
v.t=0x8000000000000001
v.0x8000000000000001=t
v.p=0x8000000000000008
21
v.0x8000000000000008=p
23
'
run_test

0 comments on commit 1314f67

Please sign in to comment.