Skip to content

Commit

Permalink
removed one case due to compatibility concerns
Browse files Browse the repository at this point in the history
  • Loading branch information
shajder committed Apr 19, 2024
1 parent 3349709 commit 61ae643
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions test_conformance/printf/util_printf.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -718,9 +718,6 @@ std::vector<printDataGenParameters> printStringGenParameters = {
// terminator
{ { "%s" }, "\"foo\\0foo\"" },

// carriage return
{ { "%s" }, "\"foo\\rfoo\"" },

// all ascii characters
{ { "%s" },
"\" "
Expand Down Expand Up @@ -754,8 +751,6 @@ foo)",

"foo",

"foo",

" !\"#$%&\'()*+,-./"
"0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\\]^_`"
"abcdefghijklmnopqrstuvwxyz{|}~"
Expand Down

0 comments on commit 61ae643

Please sign in to comment.