U
    ?hD                     @   s@   d dl mZmZ d dlmZ G dd deZedkr<e  dS )    )TestCaseunittest)findlibc                   @   s   e Zd Zdd ZdS )TestFindlibc                 C   s   t dd}| |g  d S )Nzlibirrelevant.soZNONEXISTENT)r   Z	find_fileZassertEqual)self
candidates r   J/var/www/html/venv/lib/python3.8/site-packages/numba/tests/test_findlib.pytest_find_file_nonexistent_path   s    z+TestFindlib.test_find_file_nonexistent_pathN)__name__
__module____qualname__r
   r   r   r   r	   r      s   r   __main__N)Znumba.tests.supportr   r   Z
numba.miscr   r   r   mainr   r   r   r	   <module>   s   