summaryrefslogtreecommitdiff
path: root/spec/ruby/core/exception/fixtures
diff options
context:
space:
mode:
authorAndrew Konchin <[email protected]>2024-04-01 17:52:57 +0300
committerBenoit Daloze <[email protected]>2024-04-02 10:50:30 +0200
commit1e5949bd60464ed8767fcc8aabc79eeea5727daa (patch)
tree1c24f4ca43c05a6093b2e49fb575acf44634cbc8 /spec/ruby/core/exception/fixtures
parent8b55aaa85ca3b5333e6659f0f0b1eabdd0b9491b (diff)
Update to ruby/spec@573cf97
Diffstat (limited to 'spec/ruby/core/exception/fixtures')
-rw-r--r--spec/ruby/core/exception/fixtures/syntax_error.rb3
1 files changed, 3 insertions, 0 deletions
diff --git a/spec/ruby/core/exception/fixtures/syntax_error.rb b/spec/ruby/core/exception/fixtures/syntax_error.rb
new file mode 100644
index 0000000000..ccec62f7a1
--- /dev/null
+++ b/spec/ruby/core/exception/fixtures/syntax_error.rb
@@ -0,0 +1,3 @@
+# rubocop:disable Lint/Syntax
+1+1=2
+# rubocop:enable Lint/Syntax