This repository was archived by the owner on Nov 11, 2024. It is now read-only.
File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -178,7 +178,7 @@ testLogic <- fun p ->
178
178
assertRecv p " ^ throw new Exception\(\) ;$"
179
179
assertRecv p " ^System.Exception: Exception of type 'System.Exception' was thrown.$"
180
180
send p " kill"
181
- assertRecv p " ^Inferior process '\d *' \( 'throw.exe'\) exited$"
181
+ assertRecv p " ^Inferior process '\d *' \( 'throw.exe'\) exited with code '0' $"
182
182
send p " quit"
183
183
runTest ()
184
184
@@ -192,7 +192,7 @@ testLogic <- fun p ->
192
192
assertRecv p " ^#0 \[ 0x[A-Fa-f0-9]{8}\] Print.main at .*/chk/fs/print.fs:3$"
193
193
assertRecv p " ^ printfn \" Hello World\" $"
194
194
send p " kill"
195
- assertRecv p " ^Inferior process '\d *' \( 'print.exe'\) exited$"
195
+ assertRecv p " ^Inferior process '\d *' \( 'print.exe'\) exited with code '0' $"
196
196
send p " quit"
197
197
runTest ()
198
198
@@ -206,7 +206,7 @@ testLogic <- fun p ->
206
206
assertRecv p " ^#0 \[ 0x[A-Fa-f0-9]{8}\] Program.Main at .*/chk/cs/cwl.cs:6$"
207
207
assertRecv p " ^ {$"
208
208
send p " kill"
209
- assertRecv p " ^Inferior process '\d *' \( 'cwl.exe'\) exited$"
209
+ assertRecv p " ^Inferior process '\d *' \( 'cwl.exe'\) exited with code '0' $"
210
210
send p " quit"
211
211
runTest ()
212
212
You can’t perform that action at this time.
0 commit comments