blob: cc817087d05f9587a38a92cbf769914bcc18b563 [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, LIBC_NAMESPACE::atol)