Tidy
This commit is contained in:
parent
10a52d507d
commit
37abec06e5
6 changed files with 8 additions and 6 deletions
|
|
@ -18,7 +18,7 @@
|
|||
// system allocator. Do this by linking in jemalloc and making sure that we get
|
||||
// an error.
|
||||
|
||||
// ignore-emscripten TODO: What "other allocator" should we use for emcc?
|
||||
// ignore-emscripten FIXME: What "other allocator" should we use for emcc?
|
||||
|
||||
#![feature(alloc_jemalloc)]
|
||||
|
||||
|
|
|
|||
|
|
@ -16,7 +16,7 @@
|
|||
// Ensure that rust dynamic libraries use jemalloc as their allocator, verifying
|
||||
// by linking in the system allocator here and ensuring that we get a complaint.
|
||||
|
||||
// ignore-emscripten TODO: What "other allocator" is correct for emscripten?
|
||||
// ignore-emscripten FIXME: What "other allocator" is correct for emscripten?
|
||||
|
||||
#![feature(alloc_system)]
|
||||
|
||||
|
|
|
|||
|
|
@ -12,7 +12,7 @@
|
|||
// error-pattern:thread 'test_foo' panicked at
|
||||
// compile-flags: --test
|
||||
// ignore-pretty: does not work well with `--test`
|
||||
// ignore-emscripten
|
||||
// ignore-emscripten
|
||||
|
||||
#[test]
|
||||
fn test_foo() {
|
||||
|
|
|
|||
|
|
@ -12,7 +12,7 @@
|
|||
// error-pattern:thread 'test_foo' panicked at
|
||||
// compile-flags: --test
|
||||
// ignore-pretty: does not work well with `--test`
|
||||
// ignore-emscripten
|
||||
// ignore-emscripten
|
||||
|
||||
#[test]
|
||||
#[should_panic(expected = "foobar")]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue