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