summary refs log tree commit diff stats
path: root/tests/errmsgs
diff options
context:
space:
mode:
authorTimothee Cour <timothee.cour2@gmail.com>2021-07-23 14:57:47 -0700
committerGitHub <noreply@github.com>2021-07-23 14:57:47 -0700
commitcc0f02d57d4f95908df5bf82c3612ed3726c84d4 (patch)
treebe8a2b98e6c4cb5be75815c33998db15246e7276 /tests/errmsgs
parentfaabcfa6432cd15ecfee44a061ebf7738b16ad6c (diff)
downloadNim-cc0f02d57d4f95908df5bf82c3612ed3726c84d4.tar.gz
rename nimFpRoundtrips => nimPreviewFloatRoundtrip (#18566)
Diffstat (limited to 'tests/errmsgs')
-rw-r--r--tests/errmsgs/treportunused.nim2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/errmsgs/treportunused.nim b/tests/errmsgs/treportunused.nim
index 3105b35ea..f5ee79afa 100644
--- a/tests/errmsgs/treportunused.nim
+++ b/tests/errmsgs/treportunused.nim
@@ -32,7 +32,7 @@ var s9: int
 type s10 = object
 type s11 = type(1.2)
 
-# bug #14407 (requires `compiler/nim.cfg` containing define:nimFpRoundtrips)
+# bug #14407 (requires `compiler/nim.cfg` containing define:nimPreviewFloatRoundtrip)
 let
   `v0.99` = "0.99"
   `v0.99.99` = "0.99.99"