blob: 7b8117353979350030c11b69370461efe67575c5 [file] [log] [blame]
//===-- Unittests for absr ------------------------------------------------===//
//
// 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 "AbsTest.h"
#include "src/stdfix/absr.h"
LIST_ABS_TESTS(fract, LIBC_NAMESPACE::absr);