[llvm-commits] [llvm] r79350 - /llvm/trunk/test/FrontendObjC/2009-08-17-DebugInfo.m
Daniel Dunbar
daniel at zuster.org
Tue Aug 18 10:38:27 PDT 2009
Author: ddunbar
Date: Tue Aug 18 12:38:27 2009
New Revision: 79350
URL: http://llvm.org/viewvc/llvm-project?rev=79350&view=rev
Log:
Attempt to normalize test results.
Modified:
llvm/trunk/test/FrontendObjC/2009-08-17-DebugInfo.m
Modified: llvm/trunk/test/FrontendObjC/2009-08-17-DebugInfo.m
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/FrontendObjC/2009-08-17-DebugInfo.m?rev=79350&r1=79349&r2=79350&view=diff
==============================================================================
--- llvm/trunk/test/FrontendObjC/2009-08-17-DebugInfo.m (original)
+++ llvm/trunk/test/FrontendObjC/2009-08-17-DebugInfo.m Tue Aug 18 12:38:27 2009
@@ -5,7 +5,7 @@
// RUN: %link %t.o -o %t.exe -framework Foundation
// RUN: echo {break randomFunc\n} > %t.in
// RUN: gdb -q -batch -n -x %t.in %t.exe | tee %t.out | \
-// RUN: grep {Breakpoint 1 at 0x.*: file 2009-08-17-DebugInfo.m, line 22}
+// RUN: grep {Breakpoint 1 at 0x.*: file 2009-08-17-DebugInfo.m, line 21}
// XTARGETS: darwin
@interface MyClass
{
@@ -18,9 +18,7 @@
@implementation MyClass
+ init {
}
-- randomFunc {
- my = 42;
-}
+- randomFunc { my = 42; }
@end
int main() {
More information about the llvm-commits
mailing list