Fix cpp_basic_global_var_built_in unit test
Use the correct header name in it and remove it from the list of the failing tests.
This commit is contained in:
parent
7bb7fe135a
commit
2edbbfd87f
2 changed files with 1 additions and 2 deletions
|
|
@ -63,7 +63,6 @@ FAILING_CPP_TESTS := \
|
||||||
class_ignore \
|
class_ignore \
|
||||||
class_scope_weird \
|
class_scope_weird \
|
||||||
constant_pointers \
|
constant_pointers \
|
||||||
cpp_basic_global_var_built_in \
|
|
||||||
cpp_basic_template_function \
|
cpp_basic_template_function \
|
||||||
cpp_namespace \
|
cpp_namespace \
|
||||||
cpp_typedef \
|
cpp_typedef \
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
#include <assert.h>
|
#include <assert.h>
|
||||||
#include "cpp_basic_global_var_atom/cpp_basic_global_var_atom_wrap.h"
|
#include "cpp_basic_global_var_built_in/cpp_basic_global_var_built_in_wrap.h"
|
||||||
|
|
||||||
int main(int argc, const char *argv[])
|
int main(int argc, const char *argv[])
|
||||||
{
|
{
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue