mirror of
https://github.com/roc-lang/roc.git
synced 2025-10-01 07:41:12 +00:00
Drop an unnecessary assertion
This commit is contained in:
parent
2ed35e8a04
commit
7fd320dbcc
1 changed files with 0 additions and 5 deletions
|
@ -28,11 +28,6 @@ fn generate_bindings(decl_src: &str) -> String {
|
|||
|
||||
src.push_str(decl_src);
|
||||
|
||||
assert!(
|
||||
src.starts_with("platform \""),
|
||||
"This test needs a platform module, not an expr"
|
||||
);
|
||||
|
||||
let types = {
|
||||
let dir = tempdir().expect("Unable to create tempdir");
|
||||
let filename = PathBuf::from("Package-Config.roc");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue