Skip to content

Commit 70c129f

Browse files
committed
Fix test now that we look at the full error-pattern. Also enable it for rustc.
1 parent 5b3e7e5 commit 70c129f

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

src/Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -511,6 +511,7 @@ TEST_XFAILS_RUSTC := $(filter-out \
511511
import4.rs \
512512
import-loop.rs \
513513
import-loop-2.rs \
514+
multiline-comment-line-tracking.rs \
514515
while-type-error.rs \
515516
), \
516517
$(wildcard test/*/*.rs test/*/*.rc))

src/test/compile-fail/multiline-comment-line-tracking.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// -*- rust -*-
2-
// error-pattern:9:2:E
2+
// error-pattern:9:2
33

44
/* 1
55
* 2

0 commit comments

Comments
 (0)