about summary refs log tree commit diff
path: root/src/test/run-pass/float2.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/test/run-pass/float2.rs')
-rw-r--r--src/test/run-pass/float2.rs2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/test/run-pass/float2.rs b/src/test/run-pass/float2.rs
index 9c75979628f..f84cbe52354 100644
--- a/src/test/run-pass/float2.rs
+++ b/src/test/run-pass/float2.rs
@@ -10,6 +10,8 @@
 
 
 
+// pretty-expanded FIXME #23616
+
 pub fn main() {
     let a = 1.5e6f64;
     let b = 1.5E6f64;