From 9d33ce58b104f1f0e29a69b30c6b4353f1e28c52 Mon Sep 17 00:00:00 2001 From: Oliver Schneider Date: Wed, 13 Jul 2016 10:35:58 +0200 Subject: evaluate the array length of fixed size array types in rustdoc --- src/test/rustdoc/issue-33302.rs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/test/rustdoc') diff --git a/src/test/rustdoc/issue-33302.rs b/src/test/rustdoc/issue-33302.rs index b9188e8a4e9..c6da6b0575b 100644 --- a/src/test/rustdoc/issue-33302.rs +++ b/src/test/rustdoc/issue-33302.rs @@ -34,8 +34,8 @@ macro_rules! make { } // @has issue_33302/struct.S.html \ - // '//h3[@class="impl"]' 'impl T<[i32; 4 * 4]> for S' - // @has - '//*[@id="associatedconstant.C"]' 'const C: [i32; 4 * 4] = [0; 4 * 4]' + // '//h3[@class="impl"]' 'impl T<[i32; 16]> for S' + // @has - '//*[@id="associatedconstant.C"]' 'const C: [i32; 16] = [0; 4 * 4]' // @has - '//*[@id="associatedconstant.D"]' 'const D: i32 = 4 * 4' impl T<[i32; ($n * $n)]> for S { const C: [i32; ($n * $n)] = [0; ($n * $n)]; -- cgit 1.4.1-3-g733a5