summaryrefslogtreecommitdiff
path: root/libc/test/src/stdlib/strtoul_test.cpp
blob: f2cd8603a9832cee74986d304d1c3bc64a503d0c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
//===-- 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, __llvm_libc::strtoul)