about summary refs log tree commit diff
path: root/scripts
diff options
context:
space:
mode:
authorbjorn3 <bjorn3@users.noreply.github.com>2022-03-13 15:46:25 +0100
committerbjorn3 <bjorn3@users.noreply.github.com>2022-03-13 17:58:02 +0100
commita48fea6dda1890d2b2061dd680091d842c79ce0a (patch)
treec9c3f0ac04aeeacb70a01452c505dc396c16805d /scripts
parentfef517eae74336ef290c3982ab5543458b7b9b5a (diff)
downloadrust-a48fea6dda1890d2b2061dd680091d842c79ce0a.tar.gz
rust-a48fea6dda1890d2b2061dd680091d842c79ce0a.zip
Add and remove some fixmes
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/tests.sh1
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)