summaryrefslogtreecommitdiff
path: root/pylint/test/input/func_e0001_py30.py
diff options
context:
space:
mode:
Diffstat (limited to 'pylint/test/input/func_e0001_py30.py')
-rw-r--r--pylint/test/input/func_e0001_py30.py12
1 files changed, 0 insertions, 12 deletions
diff --git a/pylint/test/input/func_e0001_py30.py b/pylint/test/input/func_e0001_py30.py
deleted file mode 100644
index 9c1b727..0000000
--- a/pylint/test/input/func_e0001_py30.py
+++ /dev/null
@@ -1,12 +0,0 @@
-"""test string exception
-"""
-
-__revision__ = ''
-
-def function1():
- """hehehe"""
- raise "String Exception"
-
-def function2():
- """hehehe"""
- raise 'exception', 'message'