summary refs log tree commit diff stats
path: root/tests/exception/m21261.nim
diff options
context:
space:
mode:
Diffstat (limited to 'tests/exception/m21261.nim')
-rw-r--r--tests/exception/m21261.nim1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/exception/m21261.nim b/tests/exception/m21261.nim
new file mode 100644
index 000000000..11b12fb5b
--- /dev/null
+++ b/tests/exception/m21261.nim
@@ -0,0 +1 @@
+raise (ref Exception)(msg: "something")
\ No newline at end of file