diff --git a/test/simple_source/bug36/02_var_annotate.py b/test/simple_source/bug36/02_var_annotate.py index 675e8e8c..8bbd8c8b 100644 --- a/test/simple_source/bug36/02_var_annotate.py +++ b/test/simple_source/bug36/02_var_annotate.py @@ -1,6 +1,9 @@ # 3.6+ type annotations on variables from typing import List +# This test program is part of the uncompyle6 test suite +# tests STORE_ANNOTATION and SETUP_ANOTATIONS + # RUNNABLE! y = 2 x: bool