]> git.lizzy.rs Git - rust.git/blobdiff - src/test/ui/macros/macro-first-set.rs
Update tests to remove old numeric constants
[rust.git] / src / test / ui / macros / macro-first-set.rs
index eb2504d4bfdb7ef2024f35fc29127af189eb859a..f85376dabcb5de995bbfe5fc84fb6fe9f714b15e 100644 (file)
@@ -249,7 +249,7 @@ macro_rules! test_path {
 test_path!();
 test_path!(,);
 test_path!(::std);
-test_path!(std::u8,);
+test_path!(std::ops,);
 test_path!(any, super, super::super::self::path, X<Y>::Z<'a, T=U>);
 
 macro_rules! test_lifetime {