diff options
Diffstat (limited to 'tests/codegen/instrument-xray/options-combine.rs')
| -rw-r--r-- | tests/codegen/instrument-xray/options-combine.rs | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/tests/codegen/instrument-xray/options-combine.rs b/tests/codegen/instrument-xray/options-combine.rs deleted file mode 100644 index d1e3b78e6b2..00000000000 --- a/tests/codegen/instrument-xray/options-combine.rs +++ /dev/null @@ -1,12 +0,0 @@ -// Checks that `-Z instrument-xray` options can be specified multiple times. -// -//@ needs-xray -//@ compile-flags: -Z instrument-xray=skip-exit -Copt-level=0 -//@ compile-flags: -Z instrument-xray=instruction-threshold=123 -Copt-level=0 -//@ compile-flags: -Z instrument-xray=instruction-threshold=456 -Copt-level=0 - -#![crate_type = "lib"] - -// CHECK: attributes #{{.*}} "xray-instruction-threshold"="456" "xray-skip-exit" -// CHECK-NOT: attributes #{{.*}} "xray-instruction-threshold"="123" -pub fn function() {} |
