diff options
| author | Guillaume Gomez <guillaume1.gomez@gmail.com> | 2025-09-26 13:59:06 +0200 |
|---|---|---|
| committer | Guillaume Gomez <guillaume1.gomez@gmail.com> | 2025-09-26 15:33:48 +0200 |
| commit | a535c7be5444fb6584eecc99f53e6cdb710ff70f (patch) | |
| tree | 04f87f922e2ca8ab293293af3186654dc0cbd849 /tests/ui/proc-macro/expand-expr.rs | |
| parent | 5b9007bfc358817cf066ee27c6b440440727d3a7 (diff) | |
| download | rust-a535c7be5444fb6584eecc99f53e6cdb710ff70f.tar.gz rust-a535c7be5444fb6584eecc99f53e6cdb710ff70f.zip | |
Ignore more failing ui tests for GCC backend
Diffstat (limited to 'tests/ui/proc-macro/expand-expr.rs')
| -rw-r--r-- | tests/ui/proc-macro/expand-expr.rs | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/ui/proc-macro/expand-expr.rs b/tests/ui/proc-macro/expand-expr.rs index 8a4ed9768d5..1e058abe3bc 100644 --- a/tests/ui/proc-macro/expand-expr.rs +++ b/tests/ui/proc-macro/expand-expr.rs @@ -1,4 +1,5 @@ //@ proc-macro: expand-expr.rs +//@ ignore-backends: gcc // no-remap-src-base: check_expand_expr_file!() fails when enabled. #![feature(concat_bytes)] @@ -10,7 +11,7 @@ use expand_expr::{ // Check builtin macros can be expanded. -expand_expr_is!(13u32, line!()); +expand_expr_is!(14u32, line!()); expand_expr_is!(24u32, column!()); expand_expr_is!("Hello, World!", concat!("Hello, ", "World", "!")); |
