Fix compare_args_ipa when passing None as parameter.
There were no test for the arguments of compare_args_ipa() to check if they were `None`, and they were used in contexts where `None` would raise exceptions. A test was added to return `False` if only one of the parameters is `None`, and `True` if both are None.
Loading
Please register or sign in to comment