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