Skip to content

Commit f1d39ec

Browse files
author
Claudiu Popa
committed
Activate working test.
1 parent 3a64e07 commit f1d39ec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_grammar.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1784,7 +1784,7 @@ def test_catch_clause(self):
17841784

17851785
def test_catch_clauses(self):
17861786
clauses = [
1787-
# 'catch\n{"Caught unexpected exception"}',
1787+
'catch\n{"Caught unexpected exception"}',
17881788
dedent('''catch [IndexOutOfRangeException]
17891789
{
17901790
"Handling out-of-bounds index, >$_<`n"

0 commit comments

Comments
 (0)