Skip to content

Commit 93ae13d

Browse files
vecchiot-awstedinski
authored andcommitted
Remove string that tripped open source alarm. (rust-lang#344)
1 parent 58a47cd commit 93ae13d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

compiler/rustc_codegen_llvm/src/gotoc/cbmc/goto_program/symtab_transformer/identity_transformer.rs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -331,9 +331,9 @@ mod tests {
331331
fn transmute_to_expr() {
332332
let mut original = empty_symtab();
333333
let sym = Symbol::constant(
334-
"tt",
335-
"tt",
336-
"tt",
334+
"transmuted",
335+
"transmuted",
336+
"transmuted",
337337
Expr::array_expr(Type::c_int().array_of(1), vec![Expr::int_constant(3, Type::c_int())])
338338
.transmute_to(Type::c_int(), &original),
339339
Location::none(),

0 commit comments

Comments
 (0)