diff options
| author | bjorn3 <bjorn3@users.noreply.github.com> | 2022-03-13 15:46:25 +0100 |
|---|---|---|
| committer | bjorn3 <bjorn3@users.noreply.github.com> | 2022-03-13 17:58:02 +0100 |
| commit | a48fea6dda1890d2b2061dd680091d842c79ce0a (patch) | |
| tree | c9c3f0ac04aeeacb70a01452c505dc396c16805d /scripts | |
| parent | fef517eae74336ef290c3982ab5543458b7b9b5a (diff) | |
| download | rust-a48fea6dda1890d2b2061dd680091d842c79ce0a.tar.gz rust-a48fea6dda1890d2b2061dd680091d842c79ce0a.zip | |
Add and remove some fixmes
Diffstat (limited to 'scripts')
| -rwxr-xr-x | scripts/tests.sh | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/scripts/tests.sh b/scripts/tests.sh index bdb3de0936d..fee1012c8f1 100755 --- a/scripts/tests.sh +++ b/scripts/tests.sh @@ -57,7 +57,6 @@ function base_sysroot_tests() { fi echo "[AOT] dst_field_align" - # FIXME Re-add -Zmir-opt-level=2 once rust-lang/rust#67529 is fixed. $MY_RUSTC example/dst-field-align.rs --crate-name dst_field_align --crate-type bin --target "$TARGET_TRIPLE" $RUN_WRAPPER ./target/out/dst_field_align || (echo $?; false) |
