about summary refs log tree commit diff
path: root/src/test/ui/const-generics
diff options
context:
space:
mode:
authorVal Markovic <val@markovic.io>2020-04-19 17:27:28 -0700
committerVal Markovic <val@markovic.io>2020-04-23 20:21:38 -0700
commit2155adbc3aeb4b38466a7127a7f4e92a8f8fc4e5 (patch)
tree10c36d3ea5c0a9084ccd0c2f24616beaa7bbd3bd /src/test/ui/const-generics
parent14b15521c52549ebbb113173b4abecd124b5a823 (diff)
downloadrust-2155adbc3aeb4b38466a7127a7f4e92a8f8fc4e5.tar.gz
rust-2155adbc3aeb4b38466a7127a7f4e92a8f8fc4e5.zip
Moving more build-pass tests to check-pass
One or two tests became build-pass without the FIXME because they really
needed build-pass (were failing without it).

Helps with #62277
Diffstat (limited to 'src/test/ui/const-generics')
-rw-r--r--src/test/ui/const-generics/cannot-infer-type-for-const-param.rs2
-rw-r--r--src/test/ui/const-generics/issues/issue-60818-struct-constructors.rs2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/test/ui/const-generics/cannot-infer-type-for-const-param.rs b/src/test/ui/const-generics/cannot-infer-type-for-const-param.rs
index 0fbd0bbcbae..303bc8326fd 100644
--- a/src/test/ui/const-generics/cannot-infer-type-for-const-param.rs
+++ b/src/test/ui/const-generics/cannot-infer-type-for-const-param.rs
@@ -1,4 +1,4 @@
-// build-pass (FIXME(62277): could be check-pass?)
+// check-pass
 #![feature(const_generics)]
 //~^ WARN the feature `const_generics` is incomplete and may cause the compiler to crash
 
diff --git a/src/test/ui/const-generics/issues/issue-60818-struct-constructors.rs b/src/test/ui/const-generics/issues/issue-60818-struct-constructors.rs
index b810efe7384..fb234eb0827 100644
--- a/src/test/ui/const-generics/issues/issue-60818-struct-constructors.rs
+++ b/src/test/ui/const-generics/issues/issue-60818-struct-constructors.rs
@@ -1,4 +1,4 @@
-// build-pass (FIXME(62277): could be check-pass?)
+// check-pass
 
 #![feature(const_generics)]
 //~^ WARN the feature `const_generics` is incomplete and may cause the compiler to crash