Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
mu
mu-impl-fast
Commits
6007d267
Commit
6007d267
authored
Aug 31, 2017
by
qinsoon
Browse files
the tests won't panic
parent
7fa67a5f
Changes
1
Hide whitespace changes
Inline
Side-by-side
tests/test_compiler/test_opt.rs
View file @
6007d267
...
...
@@ -28,7 +28,6 @@ use mu::linkutils::aot;
use
mu
::
utils
::
LinkedHashMap
;
#[test]
#[should_panic]
fn
test_infinite_loop1
()
{
VM
::
start_logging_trace
();
...
...
@@ -86,7 +85,6 @@ fn infinite_loop1() -> VM {
}
#[test]
#[should_panic]
fn
test_infinite_loop2
()
{
VM
::
start_logging_trace
();
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment