mirror of
https://github.com/jezhiggins/arabica
synced 2025-01-10 05:24:29 +01:00
7 lines
108 B
C++
7 lines
108 B
C++
#ifndef XPATHIC_EXECUTE_TEST_HPP
|
|
#define XPATHIC_EXECUTE_TEST_HPP
|
|
|
|
TestSuite* ExecuteTest_suite();
|
|
|
|
#endif
|
|
|