mirror of
https://github.com/jezhiggins/arabica
synced 2025-01-06 05:24:35 +01:00
7 lines
112 B
C++
7 lines
112 B
C++
|
#ifndef XPATHIC_RELATIONAL_TEST_H
|
||
|
#define XPATHIC_RELATIONAL_TEST_H
|
||
|
|
||
|
TestSuite* RelationalTest_suite();
|
||
|
|
||
|
#endif
|