Skip to content

Commit 7f56488

Browse files
committed
Fix for tests on Windows buildbot
1 parent 85edf1f commit 7f56488

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

clang/test/Driver/netbsd.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -483,4 +483,4 @@
483483
// RUN: | FileCheck %s --check-prefix=DRIVER-PASS-INCLUDES
484484
// DRIVER-PASS-INCLUDES: "-cc1" {{.*}}"-resource-dir" "[[RESOURCE:[^"]+]]"
485485
// DRIVER-PASS-INCLUDES-SAME: {{^}} "-internal-isystem" "[[RESOURCE]]{{/|\\\\}}include"
486-
// DRIVER-PASS-INCLUDES-SAME: {{^}} "-internal-externc-isystem" "/usr/include"
486+
// DRIVER-PASS-INCLUDES-SAME: {{^}} "-internal-externc-isystem" "{{.*}}/usr/include"

clang/test/Driver/netbsd.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -345,4 +345,4 @@
345345
// RUN: | FileCheck %s --check-prefix=DRIVER-PASS-INCLUDES
346346
// DRIVER-PASS-INCLUDES: "-cc1" {{.*}}"-resource-dir" "[[RESOURCE:[^"]+]]"
347347
// DRIVER-PASS-INCLUDES: "-internal-isystem" "[[RESOURCE]]{{/|\\\\}}include"
348-
// DRIVER-PASS-INCLUDES: "-internal-externc-isystem" "/usr/include"
348+
// DRIVER-PASS-INCLUDES: "-internal-externc-isystem" "{{.*}}/usr/include"

0 commit comments

Comments
 (0)