diff options
| author | Felix S. Klock II <pnkfelix@pnkfx.org> | 2021-04-29 15:12:46 -0400 |
|---|---|---|
| committer | Felix S. Klock II <pnkfelix@pnkfx.org> | 2021-04-29 15:13:36 -0400 |
| commit | db4c54443499d35c5273149ab8694247bd6ba727 (patch) | |
| tree | f3f1809c38808d2f296bc85024e300a04a839c00 /src/test/codegen | |
| parent | 8d1083e319841624f64400e1524805a40d725439 (diff) | |
| download | rust-db4c54443499d35c5273149ab8694247bd6ba727.tar.gz rust-db4c54443499d35c5273149ab8694247bd6ba727.zip | |
Remove tests introduced or cahnged by PR #77885, which is reverted in this PR.
Diffstat (limited to 'src/test/codegen')
| -rw-r--r-- | src/test/codegen/stack-probes.rs | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/test/codegen/stack-probes.rs b/src/test/codegen/stack-probes.rs index b05787df8e3..9bd351df3ea 100644 --- a/src/test/codegen/stack-probes.rs +++ b/src/test/codegen/stack-probes.rs @@ -13,12 +13,10 @@ // ignore-emscripten // ignore-windows // compile-flags: -C no-prepopulate-passes -// min-llvm-version: 11.0.1 #![crate_type = "lib"] #[no_mangle] pub fn foo() { // CHECK: @foo() unnamed_addr #0 -// CHECK: attributes #0 = { {{.*}}"probe-stack"="inline-asm"{{.*}} } } |
