summaryrefslogtreecommitdiffstats
path: root/src/test/codegen/cfguard-nochecks.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/test/codegen/cfguard-nochecks.rs')
-rw-r--r--src/test/codegen/cfguard-nochecks.rs11
1 files changed, 0 insertions, 11 deletions
diff --git a/src/test/codegen/cfguard-nochecks.rs b/src/test/codegen/cfguard-nochecks.rs
deleted file mode 100644
index 3847c3e81..000000000
--- a/src/test/codegen/cfguard-nochecks.rs
+++ /dev/null
@@ -1,11 +0,0 @@
-// compile-flags: -C control-flow-guard=nochecks
-// only-msvc
-
-#![crate_type = "lib"]
-
-// A basic test function.
-pub fn test() {
-}
-
-// Ensure the module flag cfguard=1 is present
-// CHECK: !"cfguard", i32 1