[interpolatable] Remove obsolete comment

Well, it won't be true anymore when varc-table branch merges.
This commit is contained in:
Behdad Esfahbod 2024-04-02 13:28:45 -06:00
parent 43467f124d
commit 2f80d6a176

View File

@ -258,8 +258,6 @@ class InterpolatableTest(unittest.TestCase):
input_path = self.get_test_input( input_path = self.get_test_input(
"..", "..", "ttLib", "data", "varc-ac00-ac01.ttf" "..", "..", "ttLib", "data", "varc-ac00-ac01.ttf"
) )
# This particular test font which was generated by machine-learning
# exhibits an "error" in one of the masters; it's a false-positive.
# Just make sure the code runs. # Just make sure the code runs.
interpolatable_main((input_path,)) interpolatable_main((input_path,))