Skip to content

Commit

Permalink
fix no-std-smoke test
Browse files Browse the repository at this point in the history
  • Loading branch information
RalfJung committed Jan 23, 2025
1 parent 2591203 commit db4bd29
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test-cargo-miri/no-std-smoke/src/main.rs
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
// Copied from tests/pass/no-std.rs

#![no_std]
#![no_main]

// Plumbing to let us use `writeln!` to host stdout:

Expand Down

0 comments on commit db4bd29

Please sign in to comment.