diff options
Diffstat (limited to 'llvm/unittests/TextAPI/TextStubV2Tests.cpp')
| -rw-r--r-- | llvm/unittests/TextAPI/TextStubV2Tests.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/unittests/TextAPI/TextStubV2Tests.cpp b/llvm/unittests/TextAPI/TextStubV2Tests.cpp index f380f7f362d..b4b8ca9b91e 100644 --- a/llvm/unittests/TextAPI/TextStubV2Tests.cpp +++ b/llvm/unittests/TextAPI/TextStubV2Tests.cpp @@ -182,7 +182,7 @@ TEST(TBDv2, WriteFile) { "current-version: 1.2.3\n" "compatibility-version: 0\n" "swift-version: 5\n" - "exports: \n" + "exports:\n" " - archs: [ i386 ]\n" " symbols: [ _sym1 ]\n" " weak-def-symbols: [ _sym2 ]\n" |

