1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-20 19:42:54 +02:00

Disable this test for now.

llvm-svn: 83975
This commit is contained in:
Devang Patel 2009-10-13 16:32:09 +00:00
parent 53fb652143
commit ec60828bb0

View File

@ -6,7 +6,6 @@
// RUN: echo {break randomFunc\n} > %t.in // RUN: echo {break randomFunc\n} > %t.in
// RUN: gdb -q -batch -n -x %t.in %t.exe | tee %t.out | \ // 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 21} // RUN: grep {Breakpoint 1 at 0x.*: file 2009-08-17-DebugInfo.m, line 21}
// XTARGET: darwin
// XFAIL: * // XFAIL: *
@interface MyClass @interface MyClass
{ {