diff options
| -rw-r--r-- | tests/symbol-scan.pl | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/symbol-scan.pl b/tests/symbol-scan.pl index 2f9ce3507..f12660339 100644 --- a/tests/symbol-scan.pl +++ b/tests/symbol-scan.pl @@ -35,7 +35,7 @@ my $verbose=0;  my $summary=0;  my $misses=0; -open H_IN, "-|", "cpp", $h; +open H_IN, "-|", "cpp " . $h;  while ( <H_IN> ) {      if ( /enum\s+(\S+\s+)?{/ .. /}/ ) {          s/^\s+//;  | 
