Skip to content

Commit

Permalink
Makes the picky tidy satisfied. Also refers to the correct issue.
Browse files Browse the repository at this point in the history
  • Loading branch information
lifthrasiir committed Feb 26, 2015
1 parent 3b8f8b8 commit 587f10a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/test/run-pass/backtrace-debuginfo.rs
Expand Up @@ -23,7 +23,7 @@ macro_rules! pos {
macro_rules! check {
($counter:expr; $($pos:expr),*) => ({
if *$counter == 0 {
// XXX we cannot include the current position because
// FIXME(#18285): we cannot include the current position because
// the macro span takes over the last frame's file/line.
dump_filelines(&[$($pos),*]);
panic!();
Expand Down

0 comments on commit 587f10a

Please sign in to comment.