about summary refs log tree commit diff
path: root/src/test/ui/custom_test_frameworks/mismatch.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/test/ui/custom_test_frameworks/mismatch.rs')
-rw-r--r--src/test/ui/custom_test_frameworks/mismatch.rs10
1 files changed, 0 insertions, 10 deletions
diff --git a/src/test/ui/custom_test_frameworks/mismatch.rs b/src/test/ui/custom_test_frameworks/mismatch.rs
deleted file mode 100644
index ac850552b5b..00000000000
--- a/src/test/ui/custom_test_frameworks/mismatch.rs
+++ /dev/null
@@ -1,10 +0,0 @@
-// aux-build:example_runner.rs
-// compile-flags:--test
-#![feature(custom_test_frameworks)]
-#![test_runner(example_runner::runner)]
-
-extern crate example_runner;
-
-#[test]
-fn wrong_kind(){}
-//~^ ERROR trait bound `TestDescAndFn: Testable` is not satisfied