about summary refs log tree commit diff
path: root/src/test/ui/tuple/tuple-float-index.stderr
diff options
context:
space:
mode:
Diffstat (limited to 'src/test/ui/tuple/tuple-float-index.stderr')
-rw-r--r--src/test/ui/tuple/tuple-float-index.stderr2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test/ui/tuple/tuple-float-index.stderr b/src/test/ui/tuple/tuple-float-index.stderr
index 9a3e384b9d1..a0ea0e0a30a 100644
--- a/src/test/ui/tuple/tuple-float-index.stderr
+++ b/src/test/ui/tuple/tuple-float-index.stderr
@@ -1,7 +1,7 @@
 error: unexpected token: `1.1`
   --> $DIR/tuple-float-index.rs:4:17
    |
-LL |     (1, (2, 3)).1.1; //~ ERROR unexpected token: `1.1`
+LL |     (1, (2, 3)).1.1;
    |     ------------^^^
    |     |           |
    |     |           unexpected token