diff options
author | Aman Gupta <aman@tmm1.net> | 2015-10-06 15:47:07 -0700 |
---|---|---|
committer | Aman Gupta <aman@tmm1.net> | 2015-10-06 15:47:07 -0700 |
commit | 2240fd3f3fb32fc4b1c8c7815d6d59982df44406 (patch) | |
tree | a4404515948e6430eebff3159c657ba0eed388b7 /tests/enum | |
parent | eea8d604d07aae569843ebccc5bd7791cff40567 (diff) | |
download | Nim-2240fd3f3fb32fc4b1c8c7815d6d59982df44406.tar.gz |
add tfile/tline assertions for template expansion file/line
Diffstat (limited to 'tests/enum')
-rw-r--r-- | tests/enum/tenummix.nim | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/enum/tenummix.nim b/tests/enum/tenummix.nim index 4352cdd81..c7db4e056 100644 --- a/tests/enum/tenummix.nim +++ b/tests/enum/tenummix.nim @@ -1,6 +1,6 @@ discard """ - file: "tenummix.nim" - line: 11 + tfile: "tenummix.nim" + tline: 11 errormsg: "type mismatch" """ |