Skip to content

Commit 451c7b3

Browse files
committed
Remove hyphenated crate names from associated const tests.
1 parent 6850e35 commit 451c7b3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/test/run-pass/associated-const-cross-crate-defaults.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212

1313
#![feature(associated_consts)]
1414

15-
extern crate "associated-const-cc-lib" as foolib;
15+
extern crate associated_const_cc_lib as foolib;
1616

1717
pub struct LocalFooUseDefault;
1818

src/test/run-pass/associated-const-cross-crate.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212

1313
#![feature(associated_consts)]
1414

15-
extern crate "associated-const-cc-lib" as foolib;
15+
extern crate associated_const_cc_lib as foolib;
1616

1717
pub struct LocalFoo;
1818

0 commit comments

Comments
 (0)