summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_metaclass.py
diff options
context:
space:
mode:
authorPablo Galindo <Pablogsal@gmail.com>2020-04-03 19:37:13 (GMT)
committerGitHub <noreply@github.com>2020-04-03 19:37:13 (GMT)
commit254ec783411d9d16e51f1116f98918be2ef0e884 (patch)
treee0520ead772c7d702bec0a4423ab538a4026e893 /Lib/test/test_metaclass.py
parentbd6a4c3d72828d3d0e13922e165998539d24f8bc (diff)
downloadcpython-254ec783411d9d16e51f1116f98918be2ef0e884.zip
cpython-254ec783411d9d16e51f1116f98918be2ef0e884.tar.gz
cpython-254ec783411d9d16e51f1116f98918be2ef0e884.tar.bz2
bpo-40147: Move the check for duplicate keywords to the compiler (GH-19289)
Diffstat (limited to 'Lib/test/test_metaclass.py')
-rw-r--r--Lib/test/test_metaclass.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/test/test_metaclass.py b/Lib/test/test_metaclass.py
index e6fe20a..6edd899 100644
--- a/Lib/test/test_metaclass.py
+++ b/Lib/test/test_metaclass.py
@@ -128,7 +128,7 @@ Check for duplicate keywords.
...
Traceback (most recent call last):
[...]
- SyntaxError: keyword argument repeated
+ SyntaxError: keyword argument repeated: metaclass
>>>
Another way.