summaryrefslogtreecommitdiff
path: root/spec
diff options
context:
space:
mode:
authorKevin Newton <kddnewton@gmail.com>2024-04-11 14:01:37 -0400
committerKevin Newton <kddnewton@gmail.com>2024-04-11 14:39:04 -0400
commit58f93eec188df0a77b61b4781a7baf7b2c608097 (patch)
treefbfc086246b31b47199567d0ca4d1b46cdaa7c9f /spec
parentbb5ed8b3df9151d5bfadf13622c53888e140ea73 (diff)
[PRISM] Fix break in super block
Diffstat (limited to 'spec')
-rw-r--r--spec/prism.mspec1
1 files changed, 0 insertions, 1 deletions
diff --git a/spec/prism.mspec b/spec/prism.mspec
index 9f5e2b2a5f..7279c1e9b1 100644
--- a/spec/prism.mspec
+++ b/spec/prism.mspec
@@ -1,7 +1,6 @@
# frozen_string_literal: true
## Language
-MSpec.register(:exclude, "Executing break from within a block works when passing through a super call")
MSpec.register(:exclude, "The defined? keyword when called with a method name in a void context warns about the void context when parsing it")
MSpec.register(:exclude, "Hash literal expands an '**{}' or '**obj' element with the last key/value pair taking precedence")
MSpec.register(:exclude, "Hash literal expands an '**{}' and warns when finding an additional duplicate key afterwards")