Prefix Fail to Failing Test (#2212)

This commit is contained in:
micttyl
2022-09-24 11:40:08 -07:00
committed by GitHub
parent f417be79d2
commit c63ae9b05d
@@ -10,7 +10,7 @@
package ExplorerTest api;
// CHECK: COMPILATION ERROR: {{.*}}/explorer/testdata/impl/impl_as.carbon:[[@LINE+1]]: expected constraint after `as`, found value of type i32
// CHECK: COMPILATION ERROR: {{.*}}/explorer/testdata/impl/fail_impl_as.carbon:[[@LINE+1]]: expected constraint after `as`, found value of type i32
external impl i32 as i32 {}
fn Main() -> i32 {