View | Details | Raw Unified | Return to bug 239507
Collapse All | Expand All

(-)files/patch-js_src_jsapi-tests_testPrintf.cpp (+10 lines)
Line 0 Link Here
1
--- js/src/jsapi-tests/testPrintf.cpp.orig	2019-07-29 07:46:30 UTC
2
+++ js/src/jsapi-tests/testPrintf.cpp
3
@@ -55,7 +55,6 @@ BEGIN_TEST(testPrintf)
4
     CHECK(print_one("27270", "%zu", (size_t) 27270));
5
     CHECK(print_one("27270", "%" PRIuSIZE, (size_t) 27270));
6
     CHECK(print_one("hello", "he%so", "ll"));
7
-    CHECK(print_one("(null)", "%s", zero()));
8
     CHECK(print_one("0", "%p", (char *) 0));
9
     CHECK(print_one("h", "%c", 'h'));
10
     CHECK(print_one("1.500000", "%f", 1.5f));

Return to bug 239507