debugger: simplify test case.
parent
d5b8f3d3b9
commit
c7271658c7
|
@ -1,5 +1,5 @@
|
||||||
USING: accessors alien.syntax arrays continuations debugger
|
USING: accessors alien.syntax continuations debugger kernel
|
||||||
kernel namespaces tools.test ;
|
namespaces tools.test ;
|
||||||
IN: debugger.tests
|
IN: debugger.tests
|
||||||
|
|
||||||
[ ] [ [ drop ] [ error. ] recover ] unit-test
|
[ ] [ [ drop ] [ error. ] recover ] unit-test
|
||||||
|
@ -40,9 +40,6 @@ T{ test-failure
|
||||||
} error.
|
} error.
|
||||||
] unit-test
|
] unit-test
|
||||||
|
|
||||||
[
|
[ "foo" { 1 2 3 "foo" } ] [
|
||||||
{ "kernel-error" 3 0 "hi" }
|
[ 1 2 3 "foo" throw ] [ ] recover error-continuation get data>>
|
||||||
{ 1 2 3 { "kernel-error" 3 0 "hi" } }
|
|
||||||
] [
|
|
||||||
[ 1 2 3 "hi" f <array> ] [ ] recover error-continuation get data>>
|
|
||||||
] unit-test
|
] unit-test
|
||||||
|
|
Loading…
Reference in New Issue