about summary refs log tree commit diff
diff options
context:
space:
mode:
authorCamille GILLOT <gillot.camille@gmail.com>2024-07-31 10:06:57 +0000
committerCamille GILLOT <gillot.camille@gmail.com>2024-11-26 10:46:02 +0000
commit982cde9801e3603d944279a341fdfb94c69b125b (patch)
tree0bd5a8df3b85c7826e26039f5d595cd1ee105c4e
parentd013c18a6f9b51b3898dc7e723f1de215e8c1dd4 (diff)
Remove extra tests.
-rw-r--r--tests/ui/invalid-compile-flags/fuel.rs11
1 files changed, 0 insertions, 11 deletions
diff --git a/tests/ui/invalid-compile-flags/fuel.rs b/tests/ui/invalid-compile-flags/fuel.rs
deleted file mode 100644
index 855aa858122..00000000000
--- a/tests/ui/invalid-compile-flags/fuel.rs
+++ /dev/null
@@ -1,11 +0,0 @@
-//@ revisions: incremental threads
-//@ dont-check-compiler-stderr
-//
-//@ [threads] compile-flags: -Zfuel=a=1 -Zthreads=2
-//@ [threads] error-pattern:optimization fuel is incompatible with multiple threads
-//
-//@ [incremental] incremental
-//@ [incremental] compile-flags: -Zprint-fuel=a
-//@ [incremental] error-pattern:optimization fuel is incompatible with incremental compilation
-
-fn main() {}