Skip to content

Commit

Permalink
Fix 'static mut' tests
Browse files Browse the repository at this point in the history
  • Loading branch information
alexcrichton committed Jun 24, 2013
1 parent 8fdc8f3 commit b94f89f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/test/run-pass/static-mut-foreign.rs
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,6 @@ unsafe fn run() {
static_bound_set(&mut debug_static_mut);
}

fn main() {
pub fn main() {
unsafe { run() }
}
2 changes: 1 addition & 1 deletion src/test/run-pass/static-mut-xc.rs
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ unsafe fn run() {
static_bound_set(&mut static_mut_xc::a);
}

fn main() {
pub fn main() {
unsafe { run() }
}

Expand Down

9 comments on commit b94f89f

@bors
Copy link
Contributor

@bors bors commented on b94f89f Jun 24, 2013

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

saw approval from huonw
at alexcrichton@b94f89f

@bors
Copy link
Contributor

@bors bors commented on b94f89f Jun 24, 2013

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

merging alexcrichton/rust/static-mut = b94f89f into auto

@bors
Copy link
Contributor

@bors bors commented on b94f89f Jun 24, 2013

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

alexcrichton/rust/static-mut = b94f89f merged ok, testing candidate = 3dac414c

@bors
Copy link
Contributor

@bors bors commented on b94f89f Jun 24, 2013

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@bors
Copy link
Contributor

@bors bors commented on b94f89f Jun 25, 2013

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

saw approval from huonw
at alexcrichton@b94f89f

@bors
Copy link
Contributor

@bors bors commented on b94f89f Jun 25, 2013

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

merging alexcrichton/rust/static-mut = b94f89f into auto

@bors
Copy link
Contributor

@bors bors commented on b94f89f Jun 25, 2013

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

alexcrichton/rust/static-mut = b94f89f merged ok, testing candidate = b11346b

@bors
Copy link
Contributor

@bors bors commented on b94f89f Jun 25, 2013

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

fast-forwarding master to auto = b11346b

Please sign in to comment.