From d3cf87e2d9959bafb64ba8b1bcefc812722b5c78 Mon Sep 17 00:00:00 2001 From: rocky Date: Mon, 4 May 2020 11:43:16 -0400 Subject: [PATCH] Start marking test suite since this is going to be copied --- test/simple_source/bug36/02_var_annotate.py | 3 +++ 1 file changed, 3 insertions(+) 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