about summary refs log tree commit diff
diff options
context:
space:
mode:
authorWho? Me?! <mark-i-m@users.noreply.github.com>2020-11-14 07:20:25 -0600
committerGitHub <noreply@github.com>2020-11-14 07:20:25 -0600
commitb825ae7d28294de48297cb2e426f68c2331b3fdc (patch)
tree2cdb7e80a6fc6ff5714d9f36927ced6e44229df1
parent43e4783ce3d833af82d76f6be12f3f4863b0638c (diff)
Style nit
Co-authored-by: matthewjasper <20113453+matthewjasper@users.noreply.github.com>
-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));
 
     ////