You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// Copyright (c) .NET Foundation and Contributors. All Rights Reserved. Licensed under the MIT License (MIT). See License.md in the repository root for more information.
Copy file name to clipboardExpand all lines: tests/ClangSharp.UnitTests/TranslationUnitTest.cs
+10-3Lines changed: 10 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,7 @@
1
1
// Copyright (c) .NET Foundation and Contributors. All Rights Reserved. Licensed under the MIT License (MIT). See License.md in the repository root for more information.
2
2
3
+
usingSystem;
4
+
usingSystem.Collections.Generic;
3
5
usingSystem.Text;
4
6
usingClangSharp.Interop;
5
7
usingNUnit.Framework;
@@ -19,19 +21,24 @@ public abstract class TranslationUnitTest
0 commit comments