Skip to content

Commit 024fab9

Browse files
committed
Fix hardcoded path in test.
1 parent e1bec53 commit 024fab9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clang/test/Frontend/dump-deserialized-declaration-ranges.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
// RUN: echo '{ \
88
// RUN: "required_ranges": [\
99
// RUN: {\
10-
// RUN: "file": "/usr/local/google/home/bakalova/llvm-project/build/tools/clang/test/Frontend/Output/dump-deserialized-declaration-ranges.cpp.tmp/foo.h",\
10+
// RUN: "file": "%t/foo.h",\
1111
// RUN: "range": [\
1212
// RUN: {\
1313
// RUN: "from": {\

0 commit comments

Comments
 (0)