about summary refs log tree commit diff
path: root/src/test/codegen/remap_path_prefix/main.rs
diff options
context:
space:
mode:
authorCamille GILLOT <gillot.camille@gmail.com>2022-05-29 19:44:58 +0200
committerCamille GILLOT <gillot.camille@gmail.com>2022-07-01 17:45:13 +0200
commitcbbf06b0cd39dc93033568f1e65f5363cbbdebcd (patch)
treee7805aab66e972f873dc1d699a132472abcab289 /src/test/codegen/remap_path_prefix/main.rs
parenta3e1a2b7ce22ddb00abe348113dcc92973e1d612 (diff)
downloadrust-cbbf06b0cd39dc93033568f1e65f5363cbbdebcd.tar.gz
rust-cbbf06b0cd39dc93033568f1e65f5363cbbdebcd.zip
Amend codegen test.
Diffstat (limited to 'src/test/codegen/remap_path_prefix/main.rs')
-rw-r--r--src/test/codegen/remap_path_prefix/main.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test/codegen/remap_path_prefix/main.rs b/src/test/codegen/remap_path_prefix/main.rs
index 381f11ff1ef..9bef743ddcb 100644
--- a/src/test/codegen/remap_path_prefix/main.rs
+++ b/src/test/codegen/remap_path_prefix/main.rs
@@ -1,7 +1,7 @@
 // ignore-windows
 //
 
-// compile-flags: -g  -C no-prepopulate-passes --remap-path-prefix={{cwd}}=/the/cwd --remap-path-prefix={{src-base}}=/the/src
+// compile-flags: -g  -C no-prepopulate-passes --remap-path-prefix={{cwd}}=/the/cwd --remap-path-prefix={{src-base}}=/the/src -Zinline-mir=no
 // aux-build:remap_path_prefix_aux.rs
 
 extern crate remap_path_prefix_aux;