Skip to content

Commit

Permalink
[test/unit] Fix now that we allow readonly a+=1
Browse files Browse the repository at this point in the history
  • Loading branch information
Andy C committed Dec 22, 2021
1 parent fd47f77 commit 399d389
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion osh/word_eval_test.py
Expand Up @@ -34,7 +34,6 @@ class WordEvalTest(unittest.TestCase):

def testEvalWordSequence_Errors(self):
CASES = [
'readonly a+=1',
'readonly a[x]=1',
'readonly $binding a[x]=1',
# There's no word elision! This will be a parse error
Expand Down

0 comments on commit 399d389

Please sign in to comment.