json.cc: fix comment
gcc/ChangeLog: * json.cc (selftest::test_writing_literals): Fix comment. From-SVN: r265968
This commit is contained in:
parent
207286c314
commit
9ed3186036
@ -1,3 +1,7 @@
|
||||
2018-11-09 David Malcolm <dmalcolm@redhat.com>
|
||||
|
||||
* json.cc (selftest::test_writing_literals): Fix comment.
|
||||
|
||||
2018-11-09 Martin Liska <mliska@suse.cz>
|
||||
|
||||
* config/aarch64/aarch64.c (aarch64_parse_arch): Do not copy
|
||||
|
@ -288,7 +288,7 @@ test_writing_strings ()
|
||||
assert_print_eq (contains_quotes, "\"before \\\"quoted\\\" after\"");
|
||||
}
|
||||
|
||||
/* Verify that JSON strings are written correctly. */
|
||||
/* Verify that JSON literals are written correctly. */
|
||||
|
||||
static void
|
||||
test_writing_literals ()
|
||||
|
Loading…
Reference in New Issue
Block a user