Skip to content

Commit 21c0b86

Browse files
committed
fix quotes
Created using spr 1.3.4
1 parent ecddbd3 commit 21c0b86

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clang/test/Driver/sanitizer-ld.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// Test sanitizers ld flags.
22

3-
// DEFINE: %{filecheck} = FileCheck %s --implicit-check-not=\"/libclang_rt\"
3+
// DEFINE: %{filecheck} = FileCheck %s --implicit-check-not="/libclang_rt"
44

55
// RUN: %clang -### %s 2>&1 \
66
// RUN: --target=i386-unknown-linux -fuse-ld=ld -fsanitize=address \

0 commit comments

Comments
 (0)