summary refs log tree commit diff stats
path: root/testament/tests/shouldfail/tmaxcodesize.nim
diff options
context:
space:
mode:
Diffstat (limited to 'testament/tests/shouldfail/tmaxcodesize.nim')
-rw-r--r--testament/tests/shouldfail/tmaxcodesize.nim5
1 files changed, 5 insertions, 0 deletions
diff --git a/testament/tests/shouldfail/tmaxcodesize.nim b/testament/tests/shouldfail/tmaxcodesize.nim
new file mode 100644
index 000000000..92022ee97
--- /dev/null
+++ b/testament/tests/shouldfail/tmaxcodesize.nim
@@ -0,0 +1,5 @@
+discard """
+  maxcodesize: 1
+"""
+
+echo "Hello World"