mirror of
https://github.com/gcc-mirror/gcc.git
synced 2026-05-06 14:59:39 +02:00
gccrs: Add #![no_core] attribute to most tests: ..., but not in '[...].exp' test suite harness files
Always good to be comprehensive when mass-editing files, but the '[...].exp'
test suite harness files are good already without 'no_core' annotation. ;-)
Minor fix-up for Rust-GCC/gccrs#4407
commit 92b6926a85
"gccrs: Add `#![no_core]` attribute to most tests".
gcc/testsuite/
* rust/compile/macros/builtin/builtin_macro.exp: Revert previous change.
* rust/compile/macros/mbe/mbe_macro.exp: Likewise.
* rust/compile/macros/proc/proc_macro.exp: Likewise.
* rust/compile/torture/compile.exp: Likewise.
* rust/compile/xfail/xfail.exp: Likewise.
This commit is contained in:
@@ -1,6 +1,3 @@
|
||||
#![feature(no_core)]
|
||||
#![no_core]
|
||||
|
||||
# Copyright (C) 2021-2026 Free Software Foundation, Inc.
|
||||
|
||||
# This program is free software; you can redistribute it and/or modify
|
||||
|
||||
@@ -1,6 +1,3 @@
|
||||
#![feature(no_core)]
|
||||
#![no_core]
|
||||
|
||||
# Copyright (C) 2021-2026 Free Software Foundation, Inc.
|
||||
|
||||
# This program is free software; you can redistribute it and/or modify
|
||||
|
||||
@@ -1,6 +1,3 @@
|
||||
#![feature(no_core)]
|
||||
#![no_core]
|
||||
|
||||
# Copyright (C) 2021-2026 Free Software Foundation, Inc.
|
||||
|
||||
# This program is free software; you can redistribute it and/or modify
|
||||
|
||||
@@ -1,6 +1,3 @@
|
||||
#![feature(no_core)]
|
||||
#![no_core]
|
||||
|
||||
# Copyright (C) 2021-2026 Free Software Foundation, Inc.
|
||||
|
||||
# This program is free software; you can redistribute it and/or modify
|
||||
|
||||
@@ -1,6 +1,3 @@
|
||||
#![feature(no_core)]
|
||||
#![no_core]
|
||||
|
||||
# Copyright (C) 2021-2026 Free Software Foundation, Inc.
|
||||
|
||||
# This program is free software; you can redistribute it and/or modify
|
||||
|
||||
Reference in New Issue
Block a user