Logo
Explore Help
Register Sign In
rust-lang/rust
1
0
Fork 0
You've already forked rust
Code Issues Pull Requests Actions 1 Packages Projects Releases Wiki Activity
Files
55b6f649024b372af901b3412a6d36c4284ccf3d
rust/tests/ui/hello_world/main.rs

8 lines
133 B
Rust
Raw Normal View History

tests/ui/hello_world/main.rs: Remove FIXME The purpose of the test is to make sure that compiling hello world produces no compiler output. To properly test that, we need to run the entire compiler pipeline. We don't want the test to pass if codegen accidentally starts writing to stdout. So keep it as build-pass.
2023-07-27 10:14:34 +02:00
// build-pass
Add must-compile-successfully comment to appropriate ui tests.
2017-12-10 19:14:01 +00:00
add UI testing framework
2016-05-11 12:28:52 -07:00
// Test that compiling hello world succeeds with no output of any kind.
fn main() {
println!("Hello, world!");
}
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.24.6 Page: 2835ms Template: 3ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API