summary refs log tree commit diff stats
path: root/tests/ambsym/mambsys2.nim
diff options
context:
space:
mode:
Diffstat (limited to 'tests/ambsym/mambsys2.nim')
-rw-r--r--tests/ambsym/mambsys2.nim2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/ambsym/mambsys2.nim b/tests/ambsym/mambsys2.nim
index 395425b86..d59706865 100644
--- a/tests/ambsym/mambsys2.nim
+++ b/tests/ambsym/mambsys2.nim
@@ -1,4 +1,4 @@
 type

   TExport* = enum x, y, z # exactly the same type!

 

-proc foo*(x: int) = nil

+proc foo*(x: int) = discard