blob: ad1cbba94650324f29e7934529700596bdf2754d [file] [log] [blame]
//===-- Unittests for atol ------------------------------------------------===//
//
// 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 "AtoiTest.h"
#include "src/stdlib/atol.h"
#include "test/UnitTest/Test.h"
ATOI_TEST(Atol, __llvm_libc::atol)