diff options
author | Serghei Cebotari <serghei@cebotari.ru> | 2023-12-07 22:29:25 +0300 |
---|---|---|
committer | Serghei Cebotari <serghei@cebotari.ru> | 2023-12-07 22:29:25 +0300 |
commit | b77501ab3c50ba65beab31d8a6bbd9e9ce1d9f18 (patch) | |
tree | ba2bb9a24251742faf14bc63025de0b63276168d /Codeforces.Test/Usings.cs | |
parent | 854c15111c733b5ffbe27b9164b90678bf38faed (diff) |
Fix timeout testing
Diffstat (limited to 'Codeforces.Test/Usings.cs')
-rw-r--r-- | Codeforces.Test/Usings.cs | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/Codeforces.Test/Usings.cs b/Codeforces.Test/Usings.cs index c1ede49..8c927eb 100644 --- a/Codeforces.Test/Usings.cs +++ b/Codeforces.Test/Usings.cs @@ -1,2 +1 @@ -global using Xunit; -global using Codeforces;
\ No newline at end of file +global using Xunit;
\ No newline at end of file |