summary refs log tree commit diff stats
path: root/tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests')
-rw-r--r--tests/errmsgs/tconcisetypemismatch.nim4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/errmsgs/tconcisetypemismatch.nim b/tests/errmsgs/tconcisetypemismatch.nim
index 4227644ce..c2896604f 100644
--- a/tests/errmsgs/tconcisetypemismatch.nim
+++ b/tests/errmsgs/tconcisetypemismatch.nim
@@ -7,7 +7,7 @@ Expression: int(inNanoseconds(t2 - t1)) / 100.5
   [1] int(inNanoseconds(t2 - t1)): int
   [2] 100.5: float64
 
-Expected one of (first mismatch at position [#]):
+Expected one of (first mismatch at [position]):
 [1] proc `/`(x, y: float): float
 [1] proc `/`(x, y: float32): float32
 [2] proc `/`(x, y: int): float
@@ -20,4 +20,4 @@ from times import inNanoseconds
 let t1 = getMonotime()
 let result = 1 + 2
 let t2 = getMonotime()
-echo "Elapsed: ", (t2 - t1).inNanoseconds.int / 100.5
\ No newline at end of file
+echo "Elapsed: ", (t2 - t1).inNanoseconds.int / 100.5