Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit c26cd04

Browse files
committedSep 9, 2018
Fix compile-fail/cfg-empty-codemap.rs test
1 parent 0a56d80 commit c26cd04

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎src/test/compile-fail/cfg-empty-codemap.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212

1313
// compile-flags: --cfg ""
1414

15-
// error-pattern: expected identifier, found
15+
// error-pattern: invalid `--cfg` argument
1616

1717
pub fn main() {
1818
}

0 commit comments

Comments
 (0)
Please sign in to comment.