summary refs log tree commit diff stats
path: root/tests/reject/trecinca.nim
diff options
context:
space:
mode:
Diffstat (limited to 'tests/reject/trecinca.nim')
-rwxr-xr-xtests/reject/trecinca.nim5
1 files changed, 0 insertions, 5 deletions
diff --git a/tests/reject/trecinca.nim b/tests/reject/trecinca.nim
deleted file mode 100755
index d78fee233..000000000
--- a/tests/reject/trecinca.nim
+++ /dev/null
@@ -1,5 +0,0 @@
-# Test recursive includes
-
-include trecincb #ERROR_MSG recursive dependency: 'tests/trecincb.nim'
-
-echo "trecina"