From 1314f6750b3a93f92b3879877d9931c91a241cfc Mon Sep 17 00:00:00 2001 From: pancake Date: Sun, 10 Aug 2014 15:51:33 +0200 Subject: [PATCH] Fix cmd types tests after latest change from r2 --- t/cmd_types | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/t/cmd_types b/t/cmd_types index ff22aeb4..4a860933 100755 --- a/t/cmd_types +++ b/t/cmd_types @@ -30,8 +30,10 @@ t~? ' EXPECT='v=enum v.t=0x123 +v.0x123=t v.p=0x321 -21 +v.0x321=p +23 ' run_test @@ -43,7 +45,9 @@ t~? ' EXPECT='v=enum v.t=0x8000000000000001 +v.0x8000000000000001=t v.p=0x8000000000000008 -21 +v.0x8000000000000008=p +23 ' run_test