Revert "Use check instead of assert in export-unexported-dep"
This reverts commit 480eda0f10
. The commit
adding the assert keyword has been restored.
This commit is contained in:
parent
5d1c8dbfa9
commit
2fc58fc6a0
@ -15,7 +15,7 @@ fn f() -> t {
|
||||
}
|
||||
|
||||
fn g(t v) {
|
||||
check (v == t1);
|
||||
assert v == t1;
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user