From 53a873bb9ac8519f1ce280cc1b748300e0449733 Mon Sep 17 00:00:00 2001 From: Trevor Gross Date: Thu, 14 Nov 2024 15:55:03 -0600 Subject: [PATCH] remove -O --- tests/codegen/float/f16-f128-inline.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/codegen/float/f16-f128-inline.rs b/tests/codegen/float/f16-f128-inline.rs index 27ab802b094a7..3a82d50b7f2bd 100644 --- a/tests/codegen/float/f16-f128-inline.rs +++ b/tests/codegen/float/f16-f128-inline.rs @@ -1,5 +1,5 @@ //@ revisions: default nopt -//@[nopt] compile-flags: -O -Zcross-crate-inline-threshold=never -Zmir-opt-level=0 -Cno-prepopulate-passes +//@[nopt] compile-flags: -Zcross-crate-inline-threshold=never -Zmir-opt-level=0 -Cno-prepopulate-passes // Ensure that functions using `f16` and `f128` are always inlined to avoid crashes // when the backend does not support these types.