about summary refs log tree commit diff
path: root/src/test/ui/macros/assert-macro-owned.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/test/ui/macros/assert-macro-owned.rs')
-rw-r--r--src/test/ui/macros/assert-macro-owned.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/test/ui/macros/assert-macro-owned.rs b/src/test/ui/macros/assert-macro-owned.rs
index c231ceb46e9..b50fe65c015 100644
--- a/src/test/ui/macros/assert-macro-owned.rs
+++ b/src/test/ui/macros/assert-macro-owned.rs
@@ -1,5 +1,6 @@
 // run-fail
 // error-pattern:panicked at 'test-assert-owned'
+// ignore-emscripten no processes
 
 fn main() {
     assert!(false, "test-assert-owned".to_string());