summary refs log tree commit diff stats
path: root/tests/errmsgs/tsigmatch.nim
diff options
context:
space:
mode:
authorTimothee Cour <timothee.cour2@gmail.com>2021-07-08 03:28:06 -0700
committerGitHub <noreply@github.com>2021-07-08 12:28:06 +0200
commit836b061ae30bb471dc7deef41bb454e1d047bab7 (patch)
tree522eb9fbe69f2dda5fabf7f188ded7dd3fa8c3ab /tests/errmsgs/tsigmatch.nim
parent5a42f4a53e22051493232652cda7fb3d32c16da8 (diff)
downloadNim-836b061ae30bb471dc7deef41bb454e1d047bab7.tar.gz
improve `--declaredLocs` to help disambiguate types (generics, aliases etc) (#18389)
* improve --declaredlocs to help disambiguate types (generics, aliases etc)

* avoid a cyclic deps

* fix test after rebase
Diffstat (limited to 'tests/errmsgs/tsigmatch.nim')
-rw-r--r--tests/errmsgs/tsigmatch.nim6
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/errmsgs/tsigmatch.nim b/tests/errmsgs/tsigmatch.nim
index 4f40be2d4..023b7d518 100644
--- a/tests/errmsgs/tsigmatch.nim
+++ b/tests/errmsgs/tsigmatch.nim
@@ -89,9 +89,9 @@ expression: fun1(default(Mystring), "asdf")
 
 
 
-
-
-
+#[
+see also: tests/errmsgs/tdeclaredlocs.nim
+]#