aboutsummaryrefslogtreecommitdiffstats
path: root/test/tools/llvm-cov/range_based_for.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'test/tools/llvm-cov/range_based_for.cpp')
-rw-r--r--test/tools/llvm-cov/range_based_for.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/tools/llvm-cov/range_based_for.cpp b/test/tools/llvm-cov/range_based_for.cpp
index 3fdb244..6f7a11a 100644
--- a/test/tools/llvm-cov/range_based_for.cpp
+++ b/test/tools/llvm-cov/range_based_for.cpp
@@ -9,7 +9,7 @@
// RUN: cd %t
// RUN: cp %s %p/Inputs/range_based_for.gc* .
-// RUN: llvm-cov range_based_for.cpp | FileCheck %s --check-prefix=STDOUT
+// RUN: llvm-cov gcov range_based_for.cpp | FileCheck %s --check-prefix=STDOUT
// STDOUT: File 'range_based_for.cpp'
// STDOUT: Lines executed:100.00% of 5
// STDOUT: range_based_for.cpp:creating 'range_based_for.cpp.gcov'