diff options
| author | Guillaume Gomez <guillaume1.gomez@gmail.com> | 2023-04-18 14:50:51 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-04-18 14:50:51 +0200 |
| commit | e6b607335ab1627200ca7fe35f52ba2f4d4d3653 (patch) | |
| tree | ea2c62ad3aecc771ec1f8ab2f802e3d8f9ca3ae7 /tests/codegen | |
| parent | aa87addfb36e733769ade921d847c9e1eee555f7 (diff) | |
| parent | 85653831f7b11b969a099b61e3736a85ea26ce66 (diff) | |
| download | rust-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.rs | 2 |
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 |
