Skip to content

Commit

Permalink
Tests fixed.
Browse files Browse the repository at this point in the history
  • Loading branch information
antonmasnyi committed Oct 26, 2024
1 parent cd0a819 commit 4632ef0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/CppAst.Tests/TestTypeAliases.cs
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ public void TestSimple()
using Type_bool = bool;
using Type_wchar = wchar_t ;
using Type_wchar_t = wchar_t ;
using Type_char = char;
using Type_unsigned_char = unsigned char;
Expand Down
2 changes: 1 addition & 1 deletion src/CppAst.Tests/TestTypedefs.cs
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ public void TestSimple()
typedef bool Type_bool;
typedef wchar_t Type_wchar;
typedef wchar_t Type_wchar_t;
typedef char Type_char;
typedef unsigned char Type_unsigned_char;
Expand Down

0 comments on commit 4632ef0

Please sign in to comment.