diff options
author | Ted Kremenek <kremenek@apple.com> | 2009-11-17 06:34:24 +0000 |
---|---|---|
committer | Ted Kremenek <kremenek@apple.com> | 2009-11-17 06:34:24 +0000 |
commit | 48cebf2bb14ab9ca561adf30e9f7a949a08dde0e (patch) | |
tree | 32651869d69393c0ac9c9bc7777be99b1dc1d7d9 | |
parent | 6490ae5003226cae28f980648948bea8b21a8638 (diff) |
Add newline at the end of the file.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@89052 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r-- | test/Analysis/plist-output.m | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Analysis/plist-output.m b/test/Analysis/plist-output.m index f0b2f4dbc7..8bd616ade0 100644 --- a/test/Analysis/plist-output.m +++ b/test/Analysis/plist-output.m @@ -119,4 +119,4 @@ void test_null_init(void) { // CHECK: </dict> // CHECK: </array> // CHECK: </dict> -// CHECK: </plist>
\ No newline at end of file +// CHECK: </plist> |