Home
last modified time | relevance | path

Searched refs:format_testfile (Results 1 – 1 of 1) sorted by relevance

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
Dtest_float.py27 format_testfile = os.path.join(test_dir, 'formatfloat_testcases.txt') variable
605 with open(format_testfile) as testfile:
606 for line in open(format_testfile):