Skip to content

Commit 4f6557c

Browse files
committed
Improve regex for test
gcc/testsuite/ChangeLog: * rust/compile/invalid_impl_for.rs: nothing should change in principle Signed-off-by: Lúcio Boari Fleury <[email protected]>
1 parent 4b8856f commit 4f6557c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
impl Foo for
2-
fn main() {// { dg-error "unexpected token ..*. - expected bare function" }
2+
fn main() {// { dg-error "unexpected token .* - expected bare function" }
33
// { dg-error "could not parse type in trait impl" "" { target *-*-* } .-1 }
44
}

0 commit comments

Comments
 (0)