mirror of
https://github.com/jezhiggins/arabica
synced 2024-12-28 22:23:21 +01:00
8 lines
113 B
C++
8 lines
113 B
C++
|
#ifndef XPATHIC_ARITHMETIC_TEST_H
|
||
|
#define XPATHIC_ARITHMETIC_TEST_H
|
||
|
|
||
|
TestSuite* ArithmeticTest_suite();
|
||
|
|
||
|
#endif
|
||
|
|