gdb: Fix issue with Clang CLI macros
[binutils-gdb.git] / gdb / testsuite / gdb.base / macro-source-path.exp
index edbb4aee8e9822b171bc34e6c2cc655595f50f2b..b553d088d09b0b3e14ed4d24e8d1c9c2fbaa1ea7 100644 (file)
@@ -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.