Commit 01caad0
authored
[fix test] Move typedefs-with-same-name.test into ARM folder (#167005)
#166767 mistakenly put the test
file outside the ARM folder, causing build bots that only have an x86
target to fail. Moving it into the ARM folder.
```
royshi-mac-home ~/public_llvm/build % bin/llvm-lit \
../llvm-project/llvm/test/tools/dsymutil/ARM/typedefs-with-same-name.test \
../llvm-project/llvm/test/tools/dsymutil/X86/DWARFLinkerParallel/odr-fwd-declaration.test
-- Testing: 2 tests, 2 workers --
PASS: LLVM :: tools/dsymutil/ARM/typedefs-with-same-name.test (1 of 2)
PASS: LLVM :: tools/dsymutil/X86/DWARFLinkerParallel/odr-fwd-declaration.test (2 of 2)
Testing Time: 0.23s
Total Discovered Tests: 2
Passed: 2 (100.00%)
```1 parent c0e4bce commit 01caad0
1 file changed
+1
-1
lines changedLines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
| |||
0 commit comments