X-Git-Url: https://git.libre-soc.org/?a=blobdiff_plain;f=gdb%2Ftestsuite%2Fgdb.base%2Fmacro-source-path.exp;h=b553d088d09b0b3e14ed4d24e8d1c9c2fbaa1ea7;hb=e7e7469e7a31bd5a406a03aa83a1cd648f5ef30d;hp=edbb4aee8e9822b171bc34e6c2cc655595f50f2b;hpb=78cd9188d0fb3ab8b1c33b4cb54ad85ffa444192;p=binutils-gdb.git diff --git a/gdb/testsuite/gdb.base/macro-source-path.exp b/gdb/testsuite/gdb.base/macro-source-path.exp index edbb4aee8e9..b553d088d09 100644 --- a/gdb/testsuite/gdb.base/macro-source-path.exp +++ b/gdb/testsuite/gdb.base/macro-source-path.exp @@ -62,11 +62,6 @@ proc test { src name } { } # Print the macro that is defined on the command-line. - if { [test_compiler_info "clang-*"] } { - # This is really a clang bug, it puts the macros defined on the command - # line after the main source file, in the macro table. - setup_kfail "gdb/29034" "*-*-*" - } gdb_test "print ONE" " = 1" # Print the macro that is defined in the main file.