summaryrefslogtreecommitdiff
path: root/test/ruby/box/raise.rb
diff options
context:
space:
mode:
Diffstat (limited to 'test/ruby/box/raise.rb')
-rw-r--r--test/ruby/box/raise.rb3
1 files changed, 3 insertions, 0 deletions
diff --git a/test/ruby/box/raise.rb b/test/ruby/box/raise.rb
new file mode 100644
index 0000000000..efb67f85c5
--- /dev/null
+++ b/test/ruby/box/raise.rb
@@ -0,0 +1,3 @@
+# frozen_string_literal: true
+
+raise "Yay!"