summaryrefslogtreecommitdiff
path: root/testsuite/W60.py
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/W60.py')
-rw-r--r--testsuite/W60.py4
1 files changed, 4 insertions, 0 deletions
diff --git a/testsuite/W60.py b/testsuite/W60.py
index 4cbaad9..78b163e 100644
--- a/testsuite/W60.py
+++ b/testsuite/W60.py
@@ -45,6 +45,10 @@ async = 42
#: W606
await = 42
#: W606
+await 42
+#: W606
+await 'test'
+#: W606
def async():
pass
#: W606