gdb/testsuite: remove gcc restriction from gdb.dwarf2/clang-cli-macro.exp
With the recent changes to the dwarf assembler, there is no longer a need to test for gcc in gdb.dwarf2/clang-cli-macro.exp and mark it as untested. This commit removes that logic.
This commit is contained in:
parent
3238a75075
commit
dc95ee260c
1 changed files with 0 additions and 3 deletions
|
@ -26,9 +26,6 @@ load_lib dwarf.exp
|
|||
if {![dwarf2_support]} {
|
||||
return 0
|
||||
}
|
||||
if {![test_compiler_info gcc-*-*]} {
|
||||
untested "dwarf assembler needs GCC"
|
||||
}
|
||||
|
||||
standard_testfile .c .S
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue