blob: 7ba721139dd3948d4ea0a98a3b260f047e4b69b2 [file] [log] [blame]
//===-- Unittests for strtoul ---------------------------------------------===//
//
// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
// See https://llvm.org/LICENSE.txt for license information.
// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
//
//===----------------------------------------------------------------------===//
#include "src/stdlib/strtoul.h"
#include "test/UnitTest/Test.h"
#include "StrtolTest.h"
STRTOL_TEST(Strtoul, LIBC_NAMESPACE::strtoul)