diff options
Diffstat (limited to 'testing/rust/check-rustc')
-rwxr-xr-x | testing/rust/check-rustc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/rust/check-rustc b/testing/rust/check-rustc index 3a375005f2..2e96a45f60 100755 --- a/testing/rust/check-rustc +++ b/testing/rust/check-rustc @@ -73,7 +73,7 @@ EOF _rustc hello_world.rs assert_ok ./hello_world -assert_static hello_world +assert_dynamic hello_world assert_pie hello_world rm -f hello_world |