diff options
Diffstat (limited to 'pidl/tests/ndr_string.pl')
-rwxr-xr-x | pidl/tests/ndr_string.pl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pidl/tests/ndr_string.pl b/pidl/tests/ndr_string.pl index b28ba7083c..f4a5c53af9 100755 --- a/pidl/tests/ndr_string.pl +++ b/pidl/tests/ndr_string.pl @@ -114,9 +114,9 @@ test_samba4_ndr("string-wchar-fixed-array-02", 0x00, 0x00, 0x00, 0x00, 0x06, 0x00, 0x00, 0x00, \'f\', 0x00, \'o\', 0x00, - \'o\', 0x00, \'b\', 0x00 + \'o\', 0x00, \'b\', 0x00, \'a\', 0x00, \'r\', 0x00, - 0x00, 0x00, 0x00, 0x00 + 0x00, 0x00, 0x00, 0x00, 0x02, 0x00, 0x00, 0x00 }; DATA_BLOB b = { data, sizeof(data) }; |