Skip to content

Commit 6298a9e

Browse files
committed
foo
1 parent 50541e7 commit 6298a9e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mozjs/tests/external_string.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ fn external_string() {
3838

3939
test_latin1_string(context, "test latin1");
4040
test_latin1_string(context, "abcdefghijklmnop"); // exactly 16 bytes
41-
test_latin1_string(context, "abcdefghijklmnopq"); // 18 bytes
41+
test_latin1_string(context, "abcdefghijklmnopq"); // 17 bytes
4242
test_latin1_string(context, "abcdefghijklmno"); // 15 bytes
4343
test_latin1_string(context, "abcdefghijklmnopqrstuvwxyzabcdef"); //32 bytes
4444
test_latin1_string(context, "abcdefghijklmnopqrstuvwxyzabcde"); //31 bytes

0 commit comments

Comments
 (0)