15 lines
323 B
C++
15 lines
323 B
C++
|
#include <gtest/gtest.h>
|
||
|
#include <yycc.hpp>
|
||
|
#include <yycc/rust/stringify.hpp>
|
||
|
|
||
|
#include <yycc/prelude/rust.hpp>
|
||
|
|
||
|
#define STRINGIFY ::yycc::string::stringify
|
||
|
|
||
|
namespace yycctest::rust::stringify {
|
||
|
|
||
|
// There is not testbench for this
|
||
|
// because it just a map to original implementation without any modification.
|
||
|
|
||
|
}
|