Skip to content

Commit 512a49d

Browse files
committed
Fix file location in test checks
1 parent 07c9c87 commit 512a49d

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

clang-tools-extra/test/clang-doc/basic-project.test

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -192,12 +192,12 @@
192192
// HTML-CALC: <p>if b is zero.</p>
193193

194194
// HTML-CALC: <p>public int mod(int a, int b)</p>
195-
// CALC-NO-REPOSITORY: Defined at line 20 of file .{{.}}src{{.}}Calculator.cpp
195+
// CALC-NO-REPOSITORY: Defined at line 54 of file .{{.}}include{{.}}Calculator.h
196196
// CALC-REPOSITORY: Defined at line
197-
// CALC-REPOSITORY-NEXT: <a href="https://repository.com/./src/Calculator.cpp#20">20</a>
198-
// CALC-LINE-PREFIX: <a href="https://repository.com/./src/Calculator.cpp#L20">20</a>
197+
// CALC-REPOSITORY-NEXT: <a href="https://repository.com/./include/Calculator.h#54">54</a>
198+
// CALC-LINE-PREFIX: <a href="https://repository.com/./include/Calculator.h#L54">54</a>
199199
// CALC-REPOSITORY-NEXT: of file
200-
// CALC-REPOSITORY-NEXT: <a href="https://repository.com/./src/Calculator.cpp">Calculator.cpp</a>
200+
// CALC-REPOSITORY-NEXT: <a href="https://repository.com/./include/Calculator.h">Calculator.h</a>
201201
// HTML-CALC: <div>brief</div>
202202
// HTML-CALC: <p> Performs the mod operation on integers.</p>
203203
// HTML-CALC: <div>return</div>

0 commit comments

Comments
 (0)