aboutsummaryrefslogtreecommitdiffstats
path: root/spec
diff options
context:
space:
mode:
authorKevin Newton <kddnewton@gmail.com>2024-03-28 14:43:25 -0400
committerKevin Newton <kddnewton@gmail.com>2024-03-28 15:17:29 -0400
commita8f902ea8ef4051e0dd761bbb220fd721550a4ff (patch)
tree8d4581c4d1adf5391944ec74a39ecfeaf8bf17a7 /spec
parent3e9c6842363303d01770413a3f8c28adc1d43848 (diff)
downloadruby-a8f902ea8ef4051e0dd761bbb220fd721550a4ff.tar.gz
[PRISM] Add debug info for frozen strings
Diffstat (limited to 'spec')
-rw-r--r--spec/prism.mspec3
1 files changed, 0 insertions, 3 deletions
diff --git a/spec/prism.mspec b/spec/prism.mspec
index 9f20beff0a..b1b0fa8c6b 100644
--- a/spec/prism.mspec
+++ b/spec/prism.mspec
@@ -1,8 +1,5 @@
# frozen_string_literal: true
-## Command line
-MSpec.register(:exclude, "The --debug flag produces debugging info on attempted frozen string modification")
-
## Language
MSpec.register(:exclude, "The BEGIN keyword runs multiple begins in FIFO order")
MSpec.register(:exclude, "Executing break from within a block works when passing through a super call")