about summary refs log tree commit diff
path: root/tests/ui/parallel-rustc/cycle_crash.rs
diff options
context:
space:
mode:
authorywxt <ywxtcwh@gmail.com>2025-08-15 14:16:32 +0800
committerywxt <ywxtcwh@gmail.com>2025-08-15 14:16:32 +0800
commite17989edc7dfcf923626964cb8d59a570f32c8bf (patch)
tree16451de3c07c85244ea31c03bce100fdf8984018 /tests/ui/parallel-rustc/cycle_crash.rs
parent898aff704d6f0d00343f21d31b8b9bfac8e43007 (diff)
downloadrust-e17989edc7dfcf923626964cb8d59a570f32c8bf.tar.gz
rust-e17989edc7dfcf923626964cb8d59a570f32c8bf.zip
Add the directive `compare-output-by-lines`
Diffstat (limited to 'tests/ui/parallel-rustc/cycle_crash.rs')
-rw-r--r--tests/ui/parallel-rustc/cycle_crash.rs5
1 files changed, 0 insertions, 5 deletions
diff --git a/tests/ui/parallel-rustc/cycle_crash.rs b/tests/ui/parallel-rustc/cycle_crash.rs
deleted file mode 100644
index 94ae11aef39..00000000000
--- a/tests/ui/parallel-rustc/cycle_crash.rs
+++ /dev/null
@@ -1,5 +0,0 @@
-//@ compile-flags: -Z threads=2
-
-const FOO: usize = FOO; //~ERROR cycle detected when simplifying constant for the type system `FOO`
-
-fn main() {}