diff options
Diffstat (limited to 'libgomp/testsuite/libgomp.c/c.exp')
-rw-r--r-- | libgomp/testsuite/libgomp.c/c.exp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/libgomp/testsuite/libgomp.c/c.exp b/libgomp/testsuite/libgomp.c/c.exp index 8e902d4..300b921 100644 --- a/libgomp/testsuite/libgomp.c/c.exp +++ b/libgomp/testsuite/libgomp.c/c.exp @@ -5,6 +5,9 @@ if [info exists lang_library_path] then { if [info exists lang_test_file] then { unset lang_test_file } +if [info exists lang_include_flags] then { + unset lang_include_flags +} load_lib libgomp-dg.exp load_gcc_lib gcc-dg.exp |