Commit 9ed31860 by David Malcolm Committed by David Malcolm

json.cc: fix comment

gcc/ChangeLog:
	* json.cc (selftest::test_writing_literals): Fix comment.

From-SVN: r265968
parent 207286c3
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 ()
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment