Skip to content

Commit 4fbda8d

Browse files
committed
Test::like doesn't take ObjAt, so stringify
1 parent d7c63ca commit 4fbda8d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

S32-container/buf.t

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ Tests of Buf/Blob roles
1414

1515
{ # coverage; 2016-09-26
1616

17-
like Blob.new(<1 2 3>).WHICH, /^ 'Blob'/, .WHICH indicates it's a Blob;
17+
like ~Blob.new(<1 2 3>).WHICH, /^ 'Blob'/, .WHICH indicates it's a Blob;
1818
is-deeply Blob.new(array[int].new: 1, 2, 3), Blob.new(1,2,3),
1919
'can construct a Blob from native int array';
2020

0 commit comments

Comments
 (0)