about summary refs log tree commit diff
path: root/tests/ui/hello_world
AgeCommit message (Collapse)AuthorLines
2023-07-27tests/ui/hello_world/main.rs: Remove FIXMEMartin Nordholts-1/+1
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-01-11Move /src/test to /testsAlbert Larsan-0/+7