summaryrefslogtreecommitdiff
path: root/python/testData/highlighting/unsupportedFeaturesInPython3.py
diff options
context:
space:
mode:
Diffstat (limited to 'python/testData/highlighting/unsupportedFeaturesInPython3.py')
-rw-r--r--python/testData/highlighting/unsupportedFeaturesInPython3.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/python/testData/highlighting/unsupportedFeaturesInPython3.py b/python/testData/highlighting/unsupportedFeaturesInPython3.py
index fce5f970f8ef..5a4f399b3f62 100644
--- a/python/testData/highlighting/unsupportedFeaturesInPython3.py
+++ b/python/testData/highlighting/unsupportedFeaturesInPython3.py
@@ -18,7 +18,7 @@ try:
<error descr="Python version 3.0 does not have module __builtin__">import __builtin__</error>
-<error descr="Python version 3.0 does not support this syntax. Raise with no arguments can only be used in an except block">raise</error>
+<warning descr="Python version 3.0 does not support this syntax. Raise with no arguments can only be used in an except block">raise</warning>
try:
pass