mirror of
https://github.com/jezhiggins/arabica
synced 2025-01-03 23:02:11 +01:00
7 lines
113 B
C++
7 lines
113 B
C++
#ifndef XPATHIC_ARITHMETIC_TEST_H
|
|
#define XPATHIC_ARITHMETIC_TEST_H
|
|
|
|
TestSuite* ArithmeticTest_suite();
|
|
|
|
#endif
|
|
|