about summary refs log tree commit diff
path: root/src/test/debuginfo/generic-struct-style-enum.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/test/debuginfo/generic-struct-style-enum.rs')
-rw-r--r--src/test/debuginfo/generic-struct-style-enum.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test/debuginfo/generic-struct-style-enum.rs b/src/test/debuginfo/generic-struct-style-enum.rs
index 992e7417913..2faafbd7634 100644
--- a/src/test/debuginfo/generic-struct-style-enum.rs
+++ b/src/test/debuginfo/generic-struct-style-enum.rs
@@ -76,7 +76,7 @@ fn main() {
     // 0b01011001 = 89
     let case3: Regular<u16, i32, u64>  = Case3 { a: 0, b: 6438275382588823897 };
 
-    let univariant = TheOnlyCase { a: -1i };
+    let univariant = TheOnlyCase { a: -1 };
 
     zzz(); // #break
 }