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:
Thomas Schwinge
2026-04-17 00:53:24 +02:00
parent c10e3067ca
commit 47011ac55b
5 changed files with 0 additions and 15 deletions

View File

@@ -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

View File

@@ -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

View File

@@ -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

View File

@@ -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

View File

@@ -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