aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rwxr-xr-xprojects/ujson/json_differential_fuzzer.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/projects/ujson/json_differential_fuzzer.py b/projects/ujson/json_differential_fuzzer.py
index 44fce0ea..b5fad6c2 100755
--- a/projects/ujson/json_differential_fuzzer.py
+++ b/projects/ujson/json_differential_fuzzer.py
@@ -71,8 +71,8 @@ def TestOneInput(input_bytes):
# Uncomment these lines to ignore the errors described in the docstring of
# this file.
- json_data = ClearAllIntegers(json_data)
- ujson_data = ClearAllIntegers(ujson_data)
+ # json_data = ClearAllIntegers(json_data)
+ # ujson_data = ClearAllIntegers(ujson_data)
json_dumped = json.dumps(json_data)
ujson_dumped = json.dumps(ujson_data)