]> git.lizzy.rs Git - rust.git/commitdiff
Fix rustdoc-js test
authorOliver Middleton <olliemail27@gmail.com>
Thu, 25 Jan 2018 17:18:52 +0000 (17:18 +0000)
committerOliver Middleton <olliemail27@gmail.com>
Thu, 25 Jan 2018 17:18:52 +0000 (17:18 +0000)
src/test/rustdoc-js/from_u.js

index 0296788f7a0f5402f94de16eb0ba06a7ced0fec7..34b98a758df9dd5d237a8b16aadc32f692bfb73f 100644 (file)
@@ -15,7 +15,5 @@ const EXPECTED = {
         { 'path': 'std::char', 'name': 'from_u32' },
         { 'path': 'std::str', 'name': 'from_utf8' },
         { 'path': 'std::string::String', 'name': 'from_utf8' },
-        { 'path': 'std::i32', 'name': 'from_unsigned' },
-        { 'path': 'std::i128', 'name': 'from_unsigned' },
     ],
 };