summary refs log tree commit diff stats
path: root/nimsuggest/tests/tchk_compiles.nim
diff options
context:
space:
mode:
authorTimothee Cour <timothee.cour2@gmail.com>2021-06-29 22:16:31 -0700
committerGitHub <noreply@github.com>2021-06-30 07:16:31 +0200
commit0483a5ffaf3284b6bfc51e2e08bbc1d5a57cd939 (patch)
treeb807a8cb7d715ce35d02f65d4dd407c52c996ddb /nimsuggest/tests/tchk_compiles.nim
parentafe5eb569b36ed310f6f93a33ae52274a6dce02e (diff)
downloadNim-0483a5ffaf3284b6bfc51e2e08bbc1d5a57cd939.tar.gz
improvements to hint:processing: show import stack, distinguish nims, show includes etc (#18372)
* improvements to hint:processing
* fix tests; do not show hintProcessing for nimscript unless given -d:nimHintProcessingNims
* fix trunner and avoid need for -d:nimHintProcessingNims
* fix some tests
Diffstat (limited to 'nimsuggest/tests/tchk_compiles.nim')
-rw-r--r--nimsuggest/tests/tchk_compiles.nim2
1 files changed, 1 insertions, 1 deletions
diff --git a/nimsuggest/tests/tchk_compiles.nim b/nimsuggest/tests/tchk_compiles.nim
index 2afa06899..c8a3daac4 100644
--- a/nimsuggest/tests/tchk_compiles.nim
+++ b/nimsuggest/tests/tchk_compiles.nim
@@ -4,5 +4,5 @@ discard compiles(2 + "hello")
 discard """
 $nimsuggest --tester $file
 >chk $1
-chk;;skUnknown;;;;Hint;;???;;0;;-1;;"tests/tchk_compiles.nim [Processing]";;0
+chk;;skUnknown;;;;Hint;;???;;0;;-1;;">> (toplevel): import(dirty): tests/tchk_compiles.nim [Processing]";;0
 """