X-Git-Url: https://git.lizzy.rs/?a=blobdiff_plain;f=tests%2Fdebuginfo%2Fnumeric-types.rs;h=c122112e6c77a339dd4b17ac229899b523cbe1e7;hb=b2284b9fd1c363b02d52cbd6e1a4d76a3190e7c6;hp=c41c9ee21df892c2bde379b70a5c8386f3209a81;hpb=b829bb74315568e18be0426a37fadd78cd2c485a;p=rust.git diff --git a/tests/debuginfo/numeric-types.rs b/tests/debuginfo/numeric-types.rs index c41c9ee21df..c122112e6c7 100644 --- a/tests/debuginfo/numeric-types.rs +++ b/tests/debuginfo/numeric-types.rs @@ -1,6 +1,7 @@ // compile-flags:-g // min-gdb-version: 8.1 +// ignore-windows-gnu // emit_debug_gdb_scripts is disabled on Windows // Tests the visualizations for `NonZero{I,U}{8,16,32,64,128,size}`, `Wrapping` and // `Atomic{Bool,I8,I16,I32,I64,Isize,U8,U16,U32,U64,Usize}` located in `libcore.natvis`.