about summary refs log tree commit diff
path: root/tests/codegen
diff options
context:
space:
mode:
authorGuillaume Gomez <guillaume1.gomez@gmail.com>2023-04-18 14:50:51 +0200
committerGitHub <noreply@github.com>2023-04-18 14:50:51 +0200
commite6b607335ab1627200ca7fe35f52ba2f4d4d3653 (patch)
treeea2c62ad3aecc771ec1f8ab2f802e3d8f9ca3ae7 /tests/codegen
parentaa87addfb36e733769ade921d847c9e1eee555f7 (diff)
parent85653831f7b11b969a099b61e3736a85ea26ce66 (diff)
downloadrust-e6b607335ab1627200ca7fe35f52ba2f4d4d3653.tar.gz
rust-e6b607335ab1627200ca7fe35f52ba2f4d4d3653.zip
Rollup merge of #110441 - kadiwa4:typos, r=thomcc
5 little typos
Diffstat (limited to 'tests/codegen')
-rw-r--r--tests/codegen/optimize-attr-1.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/codegen/optimize-attr-1.rs b/tests/codegen/optimize-attr-1.rs
index 1d1f0a38657..d95ba853030 100644
--- a/tests/codegen/optimize-attr-1.rs
+++ b/tests/codegen/optimize-attr-1.rs
@@ -9,7 +9,7 @@
 // CHECK-LABEL: define{{.*}}i32 @nothing
 // CHECK-SAME: [[NOTHING_ATTRS:#[0-9]+]]
 // SIZE-OPT: ret i32 4
-// SPEEC-OPT: ret i32 4
+// SPEED-OPT: ret i32 4
 #[no_mangle]
 pub fn nothing() -> i32 {
     2 + 2