Skip to content

Commit

Permalink
Fix noalloc test
Browse files Browse the repository at this point in the history
  • Loading branch information
Manishearth committed Feb 20, 2025
1 parent 10378e6 commit 2995a81
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/make/ffi.toml
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ args = ["rustc", "-p", "noalloctest",
"--target", "x86_64-unknown-linux-gnu",
"--",
"-Clink-arg=-nostartfiles", "-Cpanic=abort",
"--cfg", "icu4x_nostdtest"]
"--cfg", "icu4x_noalloctest"]

# Diplomat gen

Expand Down

0 comments on commit 2995a81

Please sign in to comment.