Skip to content

Commit

Permalink
Testing CI
Browse files Browse the repository at this point in the history
  • Loading branch information
Pherring04 committed Jun 17, 2024
1 parent 7f80fc7 commit 04e1d4b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/SIM_test_ip/models/test_ip/include/Namespace_tests.hh
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ class B {
public :
//TODO: in the clang based convert_swig, we can use NS1 without the leading ::
//Since swig 4.2.0, leading :: causes error.
#if SWIG_VERSION >= 0x040200 || __APPLE__
#if SWIG_VERSION >= 0x040200
NS1::A< int > m ;
#else
::NS1::A< int > m ;
Expand Down

0 comments on commit 04e1d4b

Please sign in to comment.