diff options
author | Eli Bendersky <eliben@google.com> | 2013-02-06 22:34:46 +0000 |
---|---|---|
committer | Eli Bendersky <eliben@google.com> | 2013-02-06 22:34:46 +0000 |
commit | bfa18fdfbf01d790ac6f91f28d73680ced4c6663 (patch) | |
tree | 68cc2655544b55396e9a10b39814daa835f58172 | |
parent | 780e9004c85ee33a0bdd592aebe9b959f29c4fb2 (diff) | |
download | external_llvm-bfa18fdfbf01d790ac6f91f28d73680ced4c6663.zip external_llvm-bfa18fdfbf01d790ac6f91f28d73680ced4c6663.tar.gz external_llvm-bfa18fdfbf01d790ac6f91f28d73680ced4c6663.tar.bz2 |
Fix typo
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@174553 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r-- | test/DebugInfo/dwarfdump-debug-frame-simple.test | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/DebugInfo/dwarfdump-debug-frame-simple.test b/test/DebugInfo/dwarfdump-debug-frame-simple.test index f4bb3c1..595dd37 100644 --- a/test/DebugInfo/dwarfdump-debug-frame-simple.test +++ b/test/DebugInfo/dwarfdump-debug-frame-simple.test @@ -1,5 +1,5 @@ ; RUN: llvm-dwarfdump %p/Inputs/dwarfdump-test-32bit.elf.o -debug-dump=frames | FileCheck %s -check-prefix FRAMES -; Note: the input file was generated from Inputes/dwarfdump-test-32bit.elf.c +; Note: the input file was generated from Inputs/dwarfdump-test-32bit.elf.c ; FRAMES: .debug_frame ; FRAMES-NOT: .eh_frame |