diff options
Diffstat (limited to 'tests/ECMAddTests/single_tests/test6body.cpp')
-rw-r--r-- | tests/ECMAddTests/single_tests/test6body.cpp | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/tests/ECMAddTests/single_tests/test6body.cpp b/tests/ECMAddTests/single_tests/test6body.cpp new file mode 100644 index 00000000..c3332738 --- /dev/null +++ b/tests/ECMAddTests/single_tests/test6body.cpp @@ -0,0 +1,7 @@ +#include "testhelper.h" + +void test_body() +{ + make_test_file("test6.txt"); +} + |