brson / miri

An experimental compiler from Rust to WebAssembly (inactive - do not use)
Apache License 2.0
209 stars 15 forks source link

Migrate compile-pass tests to run-pass tests #57

Open eholk opened 7 years ago

eholk commented 7 years ago

Tests that run are better than tests that merely compile.

While we're at it, we should make all the tests use tinycore rather than duplicating all the lang items in every test.