* g++.dg/asan/asan.exp: Switch on *.cc tests.

From-SVN: r250991
This commit is contained in:
Slava Barinov 2017-08-09 16:26:58 +00:00 committed by Jeff Law
parent 30af3a2bbd
commit 0ca970cd53
2 changed files with 5 additions and 1 deletions

View file

@ -1,3 +1,7 @@
2017-08-09 Slava Barinov <v.barinov@samsung.com>
* g++.dg/asan/asan.exp: Switch on *.cc tests.
2017-08-09 Marek Polacek <polacek@redhat.com>
PR c/81233

View file

@ -26,7 +26,7 @@ asan_init
# Main loop.
if [check_effective_target_fsanitize_address] {
gcc-dg-runtest [lsort [glob -nocomplain $srcdir/$subdir/*.C $srcdir/c-c++-common/asan/*.c]] "" ""
gcc-dg-runtest [lsort [glob -nocomplain $srcdir/$subdir/*.C $srcdir/$subdir/*.cc $srcdir/c-c++-common/asan/*.c]] "" ""
}
# All done.