From 98571c5b6e3097017b211a3511937df60df356b1 Mon Sep 17 00:00:00 2001 From: martin Date: Sat, 15 Jan 2011 11:23:11 +0000 Subject: [PATCH] Dbg: Tests git-svn-id: trunk@29029 - --- debugger/test/Gdbmi/testwatches.pas | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/debugger/test/Gdbmi/testwatches.pas b/debugger/test/Gdbmi/testwatches.pas index 043e9f6b16..fcefda3028 100644 --- a/debugger/test/Gdbmi/testwatches.pas +++ b/debugger/test/Gdbmi/testwatches.pas @@ -114,8 +114,8 @@ const (Exp: 'ptype ArgTFoo'; Fmt: wdfDefault; Mtch: 'type = \^TFoo = class : PUBLIC TObject'; Kind: skClass; TpNm: ''; Flgs: []), (Exp: 'ptype ArgTFoo^'; Fmt: wdfDefault; Mtch: 'type = TFoo = class : PUBLIC TObject'; Kind: skClass; TpNm: ''; Flgs: []), - (Exp: '-data-evaluate-expression sizeof(ArgTFoo)'; Fmt: wdfDefault; Mtch: 'value="(4|8)"'; Kind: skClass; TpNm: ''; Flgs: []), - (Exp: '-data-evaluate-expression sizeof(ArgTFoo^)'; Fmt: wdfDefault; Mtch: 'value="\d\d+"'; Kind: skClass; TpNm: ''; Flgs: [])//, + (Exp: '-data-evaluate-expression sizeof(ArgTFoo)'; Fmt: wdfDefault; Mtch: 'value="(4|8)"|(parse|syntax) error in expression'; Kind: skClass; TpNm: ''; Flgs: []), + (Exp: '-data-evaluate-expression sizeof(ArgTFoo^)'; Fmt: wdfDefault; Mtch: 'value="\d\d+"|(parse|syntax) error in expression'; Kind: skClass; TpNm: ''; Flgs: [])//, ); ExpectBrk1NoneNil: Array [1..121] of TWatchExpectation = (