Skip to content

Commit

Permalink
Fix typo in codegen test
Browse files Browse the repository at this point in the history
  • Loading branch information
Robin Kruppe committed Oct 7, 2017
1 parent d2f71bf commit 7d1c14a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/test/codegen/float_math.rs
Expand Up @@ -19,7 +19,7 @@ use std::intrinsics::{fadd_fast, fsub_fast, fmul_fast, fdiv_fast, frem_fast};
#[no_mangle]
pub fn add(x: f32, y: f32) -> f32 {
// CHECK: fadd float
// CHECK-NOT fast
// CHECK-NOT: fast
x + y
}

Expand Down

0 comments on commit 7d1c14a

Please sign in to comment.