summaryrefslogtreecommitdiffstats
path: root/llvm/test/FrontendObjC
diff options
context:
space:
mode:
authorDaniel Dunbar <daniel@zuster.org>2009-08-18 17:38:27 +0000
committerDaniel Dunbar <daniel@zuster.org>2009-08-18 17:38:27 +0000
commitd7f34337895312465d3e5b98fe98d6cc0ef83ddd (patch)
tree9aaa4d0be4cedc7b6b51226f5ed1de4115063f26 /llvm/test/FrontendObjC
parentb85ad63727bd5fa81effb44f088a44e2add886f9 (diff)
downloadbcm5719-llvm-d7f34337895312465d3e5b98fe98d6cc0ef83ddd.tar.gz
bcm5719-llvm-d7f34337895312465d3e5b98fe98d6cc0ef83ddd.zip
Attempt to normalize test results.
llvm-svn: 79350
Diffstat (limited to 'llvm/test/FrontendObjC')
-rw-r--r--llvm/test/FrontendObjC/2009-08-17-DebugInfo.m6
1 files changed, 2 insertions, 4 deletions
diff --git a/llvm/test/FrontendObjC/2009-08-17-DebugInfo.m b/llvm/test/FrontendObjC/2009-08-17-DebugInfo.m
index cf962384f67..83e76f0b764 100644
--- a/llvm/test/FrontendObjC/2009-08-17-DebugInfo.m
+++ b/llvm/test/FrontendObjC/2009-08-17-DebugInfo.m
@@ -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() {
OpenPOWER on IntegriCloud