summary refs log tree commit diff stats
path: root/tests/run/tfriends.nim
diff options
context:
space:
mode:
Diffstat (limited to 'tests/run/tfriends.nim')
-rw-r--r--tests/run/tfriends.nim11
1 files changed, 0 insertions, 11 deletions
diff --git a/tests/run/tfriends.nim b/tests/run/tfriends.nim
deleted file mode 100644
index 1e70d50a5..000000000
--- a/tests/run/tfriends.nim
+++ /dev/null
@@ -1,11 +0,0 @@
-discard """
-  output: "3"
-"""
-
-# Tests that a generic instantiation from a different module may access
-# private object fields:
-
-import mfriends
-
-echo gen[int]()
-