summaryrefslogtreecommitdiff
path: root/lang/spidermonkey52/files/patch-js_src_jsapi-tests_testPrintf.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'lang/spidermonkey52/files/patch-js_src_jsapi-tests_testPrintf.cpp')
-rw-r--r--lang/spidermonkey52/files/patch-js_src_jsapi-tests_testPrintf.cpp10
1 files changed, 0 insertions, 10 deletions
diff --git a/lang/spidermonkey52/files/patch-js_src_jsapi-tests_testPrintf.cpp b/lang/spidermonkey52/files/patch-js_src_jsapi-tests_testPrintf.cpp
deleted file mode 100644
index ba70738ef76b..000000000000
--- a/lang/spidermonkey52/files/patch-js_src_jsapi-tests_testPrintf.cpp
+++ /dev/null
@@ -1,10 +0,0 @@
---- js/src/jsapi-tests/testPrintf.cpp.orig 2019-07-29 07:46:30 UTC
-+++ js/src/jsapi-tests/testPrintf.cpp
-@@ -55,7 +55,6 @@ BEGIN_TEST(testPrintf)
- CHECK(print_one("27270", "%zu", (size_t) 27270));
- CHECK(print_one("27270", "%" PRIuSIZE, (size_t) 27270));
- CHECK(print_one("hello", "he%so", "ll"));
-- CHECK(print_one("(null)", "%s", zero()));
- CHECK(print_one("0", "%p", (char *) 0));
- CHECK(print_one("h", "%c", 'h'));
- CHECK(print_one("1.500000", "%f", 1.5f));