about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--src/test/ui/match/issue-72680.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test/ui/match/issue-72680.rs b/src/test/ui/match/issue-72680.rs
index e6a723a6609..5b933edc820 100644
--- a/src/test/ui/match/issue-72680.rs
+++ b/src/test/ui/match/issue-72680.rs
@@ -11,7 +11,7 @@ fn main() {
     assert!(!f("a", 0));
     assert!(!f("b", 0));
 
-    assert!(!f("asdf", 032));
+    assert!(!f("asdf", 32));
 
     ////