Correct comment
authorJim Laskey <jlaskey@mac.com>
Thu, 30 Nov 2006 15:31:49 +0000 (15:31 +0000)
committerJim Laskey <jlaskey@mac.com>
Thu, 30 Nov 2006 15:31:49 +0000 (15:31 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@32039 91177308-0d34-0410-b5e6-96231b3b80d8

test/DebugInfo/2006-11-30-Pubnames.cpp

index e836f4673c6b19865b061b278a8459bc2b5e4012..38c924966977562f19eb5875dee4a1cb4d684d67 100644 (file)
@@ -1,5 +1,5 @@
-// This is a regression test on debug info to make sure that we can get a
-// meaningful stack trace from a C++ program.
+// This is a regression test on debug info to make sure that we can access 
+// qualified global names.
 // RUN: %llvmgcc -S -O0 -g %s -o - | llvm-as | llc --disable-fp-elim -o Output/Pubnames.s -f
 // RUN: as Output/Pubnames.s -o Output/Pubnames.o
 // RUN: g++ Output/Pubnames.o -o Output/Pubnames.exe