mirror of
https://github.com/jezhiggins/arabica
synced 2024-11-17 07:48:50 +01:00
6 lines
112 B
C++
6 lines
112 B
C++
#ifndef XPATHIC_RELATIONAL_TEST_H
|
|
#define XPATHIC_RELATIONAL_TEST_H
|
|
|
|
TestSuite* RelationalTest_suite();
|
|
|
|
#endif
|