This website requires JavaScript.
Explore
Help
Register
Sign In
mikros
/
rust
Watch
1
Star
0
Fork
0
You've already forked rust
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
82d4146a6c
rust
/
tests
/
run-pass-fullmir
/
hello.rs
5 lines
94 B
Rust
Raw
Normal View
History
Unescape
Escape
unignore a bunch of tests that actually work
2018-08-30 08:57:17 -05:00
//ignore-msvc: Stdout not implemented on Windows
test suite now also passes on MIR-libstd Also enable some tests that were disabled for no apparant reason. (The comment in zst.rs was wrong, the test was disabled also for miri execution.) Delete env_args test as the args can actually be queried with MIR-libstd (currently, they are always empty)
2017-05-26 22:27:39 -05:00
fn
main
(
)
{
println!
(
"
Hello, world!
"
)
;
}
Reference in New Issue
Copy Permalink