diff options
| author | Caio <c410.f3r@gmail.com> | 2024-02-09 15:43:08 -0300 |
|---|---|---|
| committer | Caio <c410.f3r@gmail.com> | 2024-02-09 15:43:08 -0300 |
| commit | 69a5264a521f51ab3071da42e98cba476286a7d2 (patch) | |
| tree | 83345ae1af63fb333d7163a3379eeab81ab90161 /tests/ui/extern-mod-syntax.rs | |
| parent | e28fae52d99d7c14bf0890d1f2b13c2c34fa8932 (diff) | |
| download | rust-69a5264a521f51ab3071da42e98cba476286a7d2.tar.gz rust-69a5264a521f51ab3071da42e98cba476286a7d2.zip | |
Move some tests
Diffstat (limited to 'tests/ui/extern-mod-syntax.rs')
| -rw-r--r-- | tests/ui/extern-mod-syntax.rs | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/tests/ui/extern-mod-syntax.rs b/tests/ui/extern-mod-syntax.rs deleted file mode 100644 index 65dfa6a0f57..00000000000 --- a/tests/ui/extern-mod-syntax.rs +++ /dev/null @@ -1,11 +0,0 @@ -// run-pass - -#![allow(unused_imports)] -#![no_std] - -extern crate std; -use std::ffi::c_void; - -pub fn main() { - std::println!("Hello world!"); -} |
