summaryrefslogtreecommitdiff
path: root/test/Driver/cuda-no-pgo-or-coverage.cu
diff options
context:
space:
mode:
Diffstat (limited to 'test/Driver/cuda-no-pgo-or-coverage.cu')
-rw-r--r--test/Driver/cuda-no-pgo-or-coverage.cu2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Driver/cuda-no-pgo-or-coverage.cu b/test/Driver/cuda-no-pgo-or-coverage.cu
index 1bfd8f432593f..952838a98d9db 100644
--- a/test/Driver/cuda-no-pgo-or-coverage.cu
+++ b/test/Driver/cuda-no-pgo-or-coverage.cu
@@ -29,6 +29,6 @@
// CHECK-DAG: "-fcuda-is-device"
// CHECK-NOT: "-f{{[^"]*coverage.*}}"
// CHECK-NOT: "-fprofile{{[^"]*}}"
-// CHECK: "-triple" "x86_64--linux-gnu"
+// CHECK: "-triple" "x86_64-unknown-linux-gnu"
// PROF-DAG: "-fprofile{{.*}}"
// GCOV-DAG: "-f{{(coverage|emit-coverage).*}}"