diff options
author | Greg Clayton <clayborg@gmail.com> | 2019-05-29 17:25:03 +0000 |
---|---|---|
committer | Greg Clayton <clayborg@gmail.com> | 2019-05-29 17:25:03 +0000 |
commit | 5a0e13c4d6bcdf9038dbcd63f76c2f1575c2487a (patch) | |
tree | 7c1f86b4e011785131161b0e77355c6f67315e3a | |
parent | 4b7a713accdce4e46a45f34bd8705e43b495ddec (diff) | |
download | bcm5719-llvm-5a0e13c4d6bcdf9038dbcd63f76c2f1575c2487a.tar.gz bcm5719-llvm-5a0e13c4d6bcdf9038dbcd63f76c2f1575c2487a.zip |
Fixed source header [NFC]
llvm-svn: 361995
-rw-r--r-- | lldb/unittests/SymbolFile/DWARF/SymbolFileDWARFTests.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lldb/unittests/SymbolFile/DWARF/SymbolFileDWARFTests.cpp b/lldb/unittests/SymbolFile/DWARF/SymbolFileDWARFTests.cpp index 29a0b30fcd1..cca5a612e71 100644 --- a/lldb/unittests/SymbolFile/DWARF/SymbolFileDWARFTests.cpp +++ b/lldb/unittests/SymbolFile/DWARF/SymbolFileDWARFTests.cpp @@ -1,4 +1,4 @@ -//===-- PythonDataObjectsTests.cpp ------------------------------*- C++ -*-===// +//===-- SymbolFileDWARFTests.cpp --------------------------------*- C++ -*-===// // // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions. // See https://llvm.org/LICENSE.txt for license information. |