diff options
Diffstat (limited to 'gdb/testsuite/gdb.dwarf2/dw2-opt-structptr.exp')
-rw-r--r-- | gdb/testsuite/gdb.dwarf2/dw2-opt-structptr.exp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/testsuite/gdb.dwarf2/dw2-opt-structptr.exp b/gdb/testsuite/gdb.dwarf2/dw2-opt-structptr.exp index d6e309d..496eddc 100644 --- a/gdb/testsuite/gdb.dwarf2/dw2-opt-structptr.exp +++ b/gdb/testsuite/gdb.dwarf2/dw2-opt-structptr.exp @@ -28,7 +28,7 @@ if {![dwarf2_support]} { return 0 } -standard_testfile dw2-opt-structptr.c dw2-opt-structptr-dw.S +standard_testfile .c -dw.S # Generate a test program with dwarf information showing the variable # 'ptr', a pointer-to-struct, as optimized out. The dwarf will also |